Api/netlib: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
netlib [[Api]], included in [https://wolfpak.vtchost.com/forum/viewtopic.php?f=17&t=164&sid=2985882c94cc3717be70c8c0bb51fc92 "netlib"] package, used to regulate network communication.
netlib [[Api]], included in [https://wolfpak.vtchost.com/forum/viewtopic.php?f=17&t=164&sid=2985882c94cc3717be70c8c0bb51fc92 "netlib"] package, used to regulate network communication with verification, usefull for programs that do a lot of network chatter.




Line 5: Line 5:


[[Api/netlib.getping()|netlib.getping()]] - replies to a ping in a proper way
[[Api/netlib.getping()|netlib.getping()]] - replies to a ping in a proper way
[[Api/netlib.sendstring()|netlib.sendstring()]] - used to send a string to another party.

Revision as of 23:58, 13 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.