https://github.com/cesanta/mdash
Arduino / ESP-IDF library for mdash.net IoT service
https://github.com/cesanta/mdash
arduino esp32 iot mqtt ota
Last synced: 3 months ago
JSON representation
Arduino / ESP-IDF library for mdash.net IoT service
- Host: GitHub
- URL: https://github.com/cesanta/mdash
- Owner: cesanta
- License: other
- Created: 2019-04-29T13:17:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T18:01:44.000Z (7 months ago)
- Last Synced: 2025-06-07T01:06:08.602Z (4 months ago)
- Topics: arduino, esp32, iot, mqtt, ota
- Language: C
- Homepage: https://mdash.net
- Size: 9.79 MB
- Stars: 36
- Watchers: 12
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino / ESP-IDF client library for mdash.net
See [Documentation](https://mdash.net/docs/) for the quick start guide.
In order to simulate an mDash device on your Mac/Linux workstation,
register a device on mDash and run the following command from the root of
this repo:```sh
$ make -C posix ARGS="-pass DEVICE_MDASH_PASSWORD"
```# See also
- [Mongoose Web Server Library](https://mongoose.ws/) - a robust, open-source solution licensed under GPLv2, designed to seamlessly integrate web server functionality into your embedded devices.
- With complementary [Mongoose Wizard](https://mongoose.ws/wizard/) - a no-code visual tool that enables rapid WebUI creation without the need for frontend expertise.