Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-a-v/emuasync
https://github.com/d-a-v/emuasync
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/d-a-v/emuasync
- Owner: d-a-v
- Created: 2022-02-02T09:53:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T14:09:48.000Z (10 months ago)
- Last Synced: 2024-03-13T15:33:49.576Z (10 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This fake library allows to compile and run natively on a computer *some*
esp8266/Arduino libraries or applications which are using the Async*
libraries for easier debugging.This library is unfinished, in alpha stage, and should not be relied on.
- Requirements:
- esp8266/Arduino repository
`export ESP8266ARDUINO=path/to/esp8266/Arduino`
- Arduino libraries directory
`export ARDUINOLIB=path/to/libraryDirectory`
`ARDUINOLIB` can point to the Arduino IDE library directory
- [arduinoWebSockets](https://github.com/Links2004/arduinoWebSockets)
- Testing prerequisites:
These directories must exist:
- `${ARDUINOLIB}/emuAsync` (this library)
- `${ARDUINOLIB}/arduinoWebSockets` (dependency)- Testing With [ESPUI](https://github.com/s00500/ESPUI)
These additional directories must exist:
- `${ARDUINOLIB}/ESPUI`
- `${ARDUINOLIB}/ArduinoJson` (dependency for ESPUI)```
cd ${ARDUINOLIB}/emuAsync/tests
./ESPUI-gui
${ESP8266ARDUINO}/tests/host/bin/gui/gui
firefox-or-chromium-browser http://localhost:9080
```