Implemented a socket program simulating a race among 4 cell phone units to set up the TCP and UDP connections with the target with the help of 2 base stations by C++ in UNIX.
• Application of software related paradigm using C/C++ language to establish TCP/UDP connection between client and server. • In our project we store the information in the database and then the user ...
I'm doing some simple server/client based socket progs in C. My problem is that the sending routine uses the protocol family PF_PACKET -> with SOCK_DGRAM, IPPROTO_UDP so i made some own cooked frames ...