Sergey Lyubka
Sergey Lyubka
Investigate: - [ ] Atmel SmartConnect SDK http://www.atmel.com/products/wireless/wifi/smart-connect.aspx - [ ] ARM mbed SDK, https://developer.mbed.org/code/ - [ ] NXP SDK, http://www.nxp.com/techzones/wireless-connectivity/overview.html - [ ] STM SDK, http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1533 Compare these API...
FYI @danielinux & @maximevince The primary fossa use case is embedded. However, when modules's functionality is getting extended, we unintentionally leak functions into the core, making it fatter. We need...
Context: Fossa implementation had also a bug and did not report the correct OpCode for fragmented frames. It reports 0 (continuation frame) instead of the correct OpCode (1 or 2)...
Move missing HTTP functionality from Mongoose to Fossa. Then make Mongoose a `unifdef`-generated from fossa. Functionality to move: - [x] Directory listing - [x] IP based ACL - [x] SSI...
Add functionality to organise NS endpoints into a connected mesh, with master-election functionality
Make net_skeleton accept BT/BLE endpoints. Suggested address format: `bluetooth://...`, `ble://...`