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

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

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.