sP2P c++ STL *nix API  1.2
NAT traversal and peer-to-peer networking API providing all utilities needed to build peer-to-peer application straigth out of box
 All Classes Functions Variables Typedefs Enumerations Enumerator
sp2p.h
1 /*
2 #################################################################################################
3 # sP2P NAT Traversal/Peer-To-Peer networking API
4 #
5 # This file is part of comercial product. You can not use it in any way, redistribute it
6 # in any way and/or modify it in any way unless you get right to do so.
7 #
8 # Use licence can only be acquired from:
9 # ---------------------------------------------------
10 # AS-CAL,raziskave in razvoj, d.o.o.
11 # Kongresni trg 9, 1000 Ljubljana - Slovenia
12 # Company ID: 3913147000
13 # ---------------------------------------------------
14 # , or product legal successor.
15 #
16 #################################################################################################
17 # Ivan Milic
18 # HOLEST Engineering
19 # www.holest.com
20 # Belgrade, Serbia
21 # January, 2013
22 ##################################################################################################
23 */
24 
25 #ifndef _SP2P_H
26 #define _SP2P_H
27 
28 #include "Common.h"
29 #include "Event.h"
30 #include "Guid.h"
31 #include "DnsHelper.h"
32 #include "IPEndPoint.h"
33 #include "Logger.h"
34 #include "NetworkHelper.h"
35 #include "Peer.h"
36 #include "ConnectionManager.h"
37 #include "Connection.h"
38 #include "Uninetwork.h"
39 #include "Util.h"
40 #include "stun.h"
41 #include "AES.h"
42 #include "AESNetworkStream.h"
43 
44 
45 
46 
47 #endif