Skip to content

Raw API for LwIP is too difficult? No, you can use the "rawket" APIs to build your network applications, the rawket gives you socket-like APIs based on LwIP raw API.

License

Notifications You must be signed in to change notification settings

forrestchu/LwIP-rawket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

LwIP-rawket

Raw API for LwIP is too difficult? No, you can use the "rawket" APIs to build your network applications, the rawket gives you socket-like APIs based on LwIP raw API.

Rawket: A socket-like API for LwIP based on Raw API.

Rawket supports:

  1. TCP client APIs, integrated with auto reconnecting and error handling, hardware-independent keep-alive. Use a socket handler to send and receive data, all APIs are no-blocking APIs.
  2. TCP server APIs, supports 16 servers maximun, and maximun 16 clients per server.
  3. two examples about how to use Rawket to build an echo client and an echo server.

Usage: Please refer to raw-api-xxxxx.txt for API details.

Support & Bug Report: 540535649@qq.com

About

Raw API for LwIP is too difficult? No, you can use the "rawket" APIs to build your network applications, the rawket gives you socket-like APIs based on LwIP raw API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published