sgdk
megawifi

MegaWiFi API implementation. More...

MegaWiFi API implementation.

API to communicate with the wifi module and the Internet. API calls are documented and most of them are self explanatory. Mostly the only weird thing about the API is UDP reuse mode. If you enable reuse mode (setting the dst_addr and/or dst_port to NULL in the mw_udp_set() call), received data will prepend the IP and port of the peer (using mw_reuse_payload data structure), and data to be sent also requires the IP and port to be prepended to the payload.

Author:
Jesus Alonso (doragasu)
Date:
2015
Note:
This module requires setting MODULE_MEGAWIFI to 1 in config.h and rebuilding the library (if you had to change them).
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines