An open API service indexing awesome lists of open source software.

https://github.com/linux0hat/esp-shooter

[LPH PROJECT] Avec des esp32, fabriquez des cibles connéctés !
https://github.com/linux0hat/esp-shooter

3d esp32 real-life-project shooter targets

Last synced: 16 days ago
JSON representation

[LPH PROJECT] Avec des esp32, fabriquez des cibles connéctés !

Awesome Lists containing this project

README

          

# Esp shooter

___/!\ -- PROJET EN CONSTRUCTION -- /!\\___
Ce projet manque de documentation et de shémas de branchements.

# Prerequisites

* Python3
* Visual Sutdio Code
* PlatformIO

# Installation

```
$ python3 -m venv .venv
$ source .venv/bin/activate

$ cd server
$ pip install -r requirements.txt

$ cd ..
$ cd target/target-pio-project
$ pip install -r requirements.txt
```

# Run

## Server

```
$ cd server
$ python main.py
```

# Target

```
$ cd target/target-pio-project
$ code .
```