-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Open-Shock/feature/mkdocs
Feature/mkdocs
- Loading branch information
Showing
111 changed files
with
20,747 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
|
||
# Check for Github Actions version updates (for CI/CD) | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- feature/mkdocs | ||
|
||
name: ci-master | ||
|
||
env: | ||
SHOCKLINK_API_URL: api.shocklink.net | ||
SHOCKLINK_FW_VERSION: master-${{ github.sha }} | ||
|
||
jobs: | ||
|
||
# Copied verbatim from https://docs.platformio.org/en/stable/integration/ci/github-actions.html | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/cache@v3 | ||
with: | ||
path: | | ||
~/.cache/pip | ||
key: ${{ runner.os }}-arch | ||
|
||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.x' | ||
|
||
- name: Install MkDocs | ||
run: pip install mkdocs-material |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# index |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
|
||
--- | ||
|
||
# Sign up |
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
# Contributing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
# DIY |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
tags: | ||
- hardware | ||
- vendor | ||
- pishock | ||
--- | ||
|
||
# Custom PCB v1 (current) | ||
|
||
!!! danger "Extreme price point" | ||
|
||
We strongly discouraging buying products from this vendor due to their extremely high price points. | ||
|
||
!!! success "Fully compatible" | ||
|
||
This product is fully compatible with OpenShock. | ||
|
||
First seen in the wild on `2023-09-19`. | ||
|
||
## Internals | ||
- Espressif ESP32-WROOM-32D | ||
- On-board radio chip | ||
|
||
## Pinout | ||
- Use PIN 14 for transmitting. | ||
|
||
## Flashing | ||
|
||
This board is compatible with the flash tool. | ||
|
||
## Media | ||
|
||
![Pishock Custom PCB v1 - Case](/static/pishock-custom-v1/case.jpg) | ||
![Pishock Custom PCB v1 - Case back](/static/pishock-custom-v1/case-back.jpg) | ||
![Pishock Custom PCB v1 - PCB Front](/static/pishock-custom-v1/pcb-front.jpg) | ||
![Pishock Custom PCB v1 - PCB Back](/static/pishock-custom-v1/pcb-back.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
tags: | ||
- hardware | ||
- vendor | ||
- pishock | ||
--- | ||
|
||
# Pishock Lite (2021 Q3) | ||
|
||
!!! danger "Extreme price point" | ||
|
||
We strongly discouraging buying products from this vendor due to their extremely high price points. | ||
|
||
!!! success "Fully compatible" | ||
|
||
This product is fully compatible with OpenShock. | ||
|
||
## Internals | ||
|
||
## Pinout | ||
|
||
## Media | ||
|
||
We currently do not have any media of the Pishock Lite that we have permission to use. Do you own this device and are you willing to let us use your photographs? Then [contact us via Discord](https://discord.gg/AHcCbXbEcF). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
tags: | ||
- hardware | ||
- vendor | ||
- pishock | ||
--- | ||
|
||
# Pishock Plus (2021 Q1) | ||
|
||
!!! danger "Extreme price point" | ||
|
||
We strongly discouraging buying products from this vendor due to their extremely high price points. | ||
|
||
!!! failure "Not compatible" | ||
|
||
This product is not compatible with OpenShock. | ||
|
||
## Internals | ||
|
||
This device is based on the [Raspberry Pi Zero W](https://www.raspberrypi.com/products/raspberry-pi-zero-w/), which is not compatible with OpenShock. | ||
|
||
## Media | ||
|
||
We currently do not have any media of the Pishock Plus that we have permission to use. Do you own this device and are you willing to let us use your photographs? Then [contact us via Discord](https://discord.gg/AHcCbXbEcF). |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
# OpenShock | ||
|
||
Welcome to OpenShock! We're proud to present our fully open-source software solution, compatible with off-the-shelf hardware to get you started in the world of shocking! | ||
|
||
## Getting started | ||
|
||
Head over to the Quickstart to get started: | ||
|
||
- [Getting shocked](quickstart/getting-shocked/hardware) | ||
- [Shocking others](quickstart/shocking-others/create-account) | ||
|
||
## Community | ||
|
||
Like what you see? Join us [over on Discord!](https://discord.gg/AHcCbXbEcF) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
tags: | ||
- quickstart | ||
--- | ||
|
||
# Choosing a server |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
tags: | ||
- quickstart | ||
- getting-shocked | ||
--- | ||
|
||
# Sourcing hardware | ||
|
||
To get shocked, you'll need two things: | ||
|
||
- An **OpenShock Controller**; | ||
- One or more off-the-shelf **shockers**. | ||
|
||
## Controller | ||
|
||
For absolute beginners, it's easiest to head over to our [Buying Guide](hardware/buy/). | ||
|
||
If you have experience with soldering and have the needed equipment, head over to [our DIY guide on building your own Controller](hardware/diy/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Select a server | ||
|
||
OpenShock is a collection of software projects that together provide you with the | ||
|
||
To begin on your OpenShock yourney, either as shocker or shockee, you need to choose an OpenShock server where you will create your account, create share links and give others access. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Create account |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
tags: | ||
- quickstart | ||
--- | ||
|
||
# Terminology | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Welcome | ||
|
||
If you've found yourself here, chances are you're either looking to get shocked, or shock a friend or partner! We've written this quickstart guide to help you get shocking as fast as possible. | ||
|
||
## Quickstart | ||
|
||
To get started with OpenShocks, you need three things: | ||
|
||
1. A public or private OpenShock server; | ||
- We recommend the [ShockLink.net](https://shocklink.net) public OpenShock instance. | ||
- If you want to host it yourself, see [Selfhosting](/selfhosting). | ||
2. A ShockLink Controller: | ||
- This is a small piece of hardware, usually connected by USB-C. | ||
- For buying, see [Hardware/Buy](/hardware/buy/). | ||
- For DIY, see [Hardware/DIY](/hardware/diy/). | ||
3. One or more shock collars! |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.