mirror of
https://github.com/AR2000AR/openComputers_codes.git
synced 2025-09-08 14:41:14 +02:00
Can connect, listen and almost disconnect (first one to close the socket is left on FIN-WAIT-2)
13 lines
529 B
Plaintext
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"
|
|
}
|
|
} |