1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 14:41:14 +02:00
Files
openComputers_codes/network/osinetwork.manifest
AR2000AR 83265928f6 [osinetwork] WIP TCP
Can connect, listen and almost disconnect (first one to close the socket is left on FIN-WAIT-2)
2023-08-27 14:51:19 +02:00

13 lines
529 B
Plaintext

{
["manifestVersion"] = "1.0",
["package"] = "osinetwork",
["version"] = "2.5.0",
["name"] = "OSI Network stack",
["repo"] = "tree/master/network",
["description"] = "A close to official rfc emulation of the OSI layers for OpenOS. Include Ethernet, ARP, ICMP, UDP. Also provide a luasocket libe librairy",
["note"] = "Are provided : ping, ifup, ifdown, arp, nc, netstat. Any one of theses tools may be moved to a separate package at any time",
["authors"] = "AR2000AR",
["dependencies"] = {
["libclass2"] = "oppm"
}
}