2ac0930fe4
* update to 5.20.0 and move to net category * new maintainer PR: ports/69608 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
16 lines
432 B
Text
16 lines
432 B
Text
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/
|