An Arduino Based, IOT LED Sign
You must manually create server/credentials.hpp with the following contents:
#define MY_SSID "YOUR_SSID"
#define MY_PASSWORD "YOUR_PASSWORD"Replace YOUR_SSID and YOUR_PASSWORD with the name and password of your WiFi network.
NEVER SHARE YOUR NETWORK CREDENTIALS WITH ANYONE!
- You should under no cirumstances ever do any of the following:
- Publish your credentials file to any repository
server/credentials.hppis included in.gitignorefor this reason specifically
- Send anybody your credentials file or your WiFi credentials in plain text
- Publish your credentials file to any repository
You'll need your sign's IP address which should be displayed through the serial monitor when you upload the code. The defualt port number 8000. is You can send a message to the sign using client/client.py as follows:
python client/client.py --ip LEDUINO_IP_ADDR --port 8000 --message "Hello, World!"