├── README.md ├── arduino_esp32 ├── README.md └── arduino_esp32.ino ├── doc ├── osx_screenshot.png └── usbchargerscreen1.png ├── osx_client └── osx_client.py ├── server └── server.py └── windows_linux_client ├── nano.ico └── nano_iot_client.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescoxon/Nano_Callback_System/HEAD/README.md -------------------------------------------------------------------------------- /arduino_esp32/README.md: -------------------------------------------------------------------------------- 1 | # ARDUINO 2 | -------------------------------------------------------------------------------- /arduino_esp32/arduino_esp32.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescoxon/Nano_Callback_System/HEAD/arduino_esp32/arduino_esp32.ino -------------------------------------------------------------------------------- /doc/osx_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescoxon/Nano_Callback_System/HEAD/doc/osx_screenshot.png -------------------------------------------------------------------------------- /doc/usbchargerscreen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescoxon/Nano_Callback_System/HEAD/doc/usbchargerscreen1.png -------------------------------------------------------------------------------- /osx_client/osx_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescoxon/Nano_Callback_System/HEAD/osx_client/osx_client.py -------------------------------------------------------------------------------- /server/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescoxon/Nano_Callback_System/HEAD/server/server.py -------------------------------------------------------------------------------- /windows_linux_client/nano.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescoxon/Nano_Callback_System/HEAD/windows_linux_client/nano.ico -------------------------------------------------------------------------------- /windows_linux_client/nano_iot_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamescoxon/Nano_Callback_System/HEAD/windows_linux_client/nano_iot_client.py --------------------------------------------------------------------------------