mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
17 lines
432 B
Plaintext
17 lines
432 B
Plaintext
Netwib is a network library providing :
|
|
- network features :
|
|
+ address conversion
|
|
+ UDP/TCP clients/servers
|
|
+ packet encoding/decoding/displaying
|
|
+ spoofing
|
|
+ sniffing
|
|
+ etc.
|
|
- and general features :
|
|
+ data conversion
|
|
+ linked list, hash
|
|
+ portable threads
|
|
+ etc.
|
|
Using all these functions, a network program can be quickly created.
|
|
|
|
WWW: http://www.laurentconstantin.com/en/netw/netwib/
|