summaryrefslogtreecommitdiff
path: root/megawifi.c
AgeCommit message (Collapse)Author
2018-03-26Get Windows build working again. MegaWiFi code probably needs more work ↵Michael Pavone
before it will actually work on Windows, but at least it doesn't break the build now
2018-03-25MSG_NOSIGNAL doesn't exist on all platformsMichael Pavone
--HG-- branch : nuklear_ui
2018-01-31Limit received LSD packets to 1440 bytes to match expectations of wflash ↵Michael Pavone
code. Use MSG_NOSIGNAL to avoid getting killed with SIGPIPE
2018-01-22Get enough of MegaWifi implemented so that basic commands from wflash CLI ↵Michael Pavone
command work
2018-01-16Cleanup MegaWiFi command implementationMichael Pavone
2018-01-16Added support for MegaWiFi command IP_CURRENTMichael Pavone
2018-01-15Initial work on MegaWiFi supportMichael Pavone