A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Revision:
44:83ce5ace337b
Parent:
43:bc028d5a6424
Child:
57:e0fb648acf48
--- a/net.h	Thu Oct 19 20:56:58 2017 +0000
+++ b/net.h	Sun Oct 22 17:19:17 2017 +0000
@@ -13,7 +13,8 @@
 extern uint16_t NetCheckSum(int count, void* pData);
 extern uint16_t NetCheckSumTwo(int count1, void* pData1, int count2, void* pData2);
 
-extern int NetInit(char* name);
+extern int NetInit(char* name4, char* name6);
 extern int NetMain();
 
-extern char* NetName;
+extern char* NetName4;
+extern char* NetName6;