Api/netlib: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


[[Api/netlib.sendstring()|netlib.sendstring()]] - used to send a string to another party.
[[Api/netlib.sendstring()|netlib.sendstring()]] - used to send a string to another party.
[[Api/netlib.getstring()|netlib.getstring()]] - used to receive a string sent with sendstring

Revision as of 00:01, 14 October 2024

netlib Api, included in "netlib" package, used to regulate network communication with verification, usefull for programs that do a lot of network chatter.


netlib.ping() - used to test if a system is alive

netlib.getping() - replies to a ping in a proper way

netlib.sendstring() - used to send a string to another party.

netlib.getstring() - used to receive a string sent with sendstring