aboutsummaryrefslogtreecommitdiff
path: root/net/netwib/pkg-descr
blob: d7864b5b290b40a1f0603efbd4e4f92913bc00c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.