Skip to content

Commit

Permalink
Net functionality rewrite on top of LWIP (#1379)
Browse files Browse the repository at this point in the history
* Rewrite net.dns.resolve on LWIP

* Move IGMP (net multicast) to LWIP

* Cleanup net module

* Move secure connection operations to tls module

* Net module on LWIP

* Server timeout parameter

* TCP hold

* Fixes in documentation

* Documentation fixes

* Note TLS module depends on net

* Add TLS module to user_modules.h

* Callback on connect event

* Fix depends net module on tls module

* Fix unhold exponential time issue
  • Loading branch information
djphoenix authored and devsaurus committed Dec 31, 2016
1 parent 5795041 commit 3adba91
Show file tree
Hide file tree
Showing 7 changed files with 1,815 additions and 1,649 deletions.
1 change: 1 addition & 0 deletions app/include/user_modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
//#define LUA_USE_MODULES_STRUCT
//#define LUA_USE_MODULES_SWITEC
//#define LUA_USE_MODULES_TM1829
#define LUA_USE_MODULES_TLS
#define LUA_USE_MODULES_TMR
//#define LUA_USE_MODULES_TSL2561
//#define LUA_USE_MODULES_U8G
Expand Down
Loading

0 comments on commit 3adba91

Please sign in to comment.