Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt
Diff: network.h
- Revision:
- 36:46bb54b669bc
- Parent:
- 15:9d90f68e53da
--- a/network.h Sat Nov 28 03:52:53 2020 +0000
+++ b/network.h Sat Nov 28 04:21:08 2020 +0000
@@ -8,6 +8,9 @@
#define AWS_IP "3.128.153.185"
#define PORT 3030
+#define CONNECTION_REQ "{\"type\": \"connected\"}"
+#define LOBBY_HASH "jaredyeagersflipflop"
+
void initEthernet(EthernetInterface *eth, UDPSocket *sock, Endpoint *nist);
void cleanupEthernet(EthernetInterface *eth, UDPSocket *sock);
