Firew0lf
81f8edb25d
Added UDP sockets functions (untested, like 80% of my code)
...
I didn't find a server/protocol to test the UDP sockets, so I didn't test.
Also, there's no built-in "pseudo-connected" mode, you have to manage it in your code.
2015-10-24 22:03:09 +02:00
Reuh
8e94add9a6
Fixed documentation of socket:connect
2015-10-24 13:34:53 +02:00
Reuh
09ea79bc86
Added line receiving to socket:receive and changed *a to a
...
Added l and L. Removed the starting * of *a, because it isn't used in Lua 5.3 io lib.
2015-10-24 11:12:10 +02:00
Reuh
d5f8202c69
Fixed tcpsocketobject:received when receiving less data than passed at arguments
...
It cuts the string at the end of received data.
2015-10-23 21:02:27 +02:00
Firew0lf
4d56037289
Added documentation and (untested) code for server sockets
2015-10-18 16:07:29 +02:00
Firew0lf
8500bcb8fa
ADDED SOCKETS ! Added ROMFS support (maybe), Improved the news library, added a VBLank waiting function
...
Sockets are only very buggy/unstable TCP clients, but working. The library was written from scratch.
2015-10-17 23:15:06 +02:00