Communication protocol handler for the taskrambler framework. This does not contain specific protocol implementations but the abstract code to handle them.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Georg Hopp f4f8ac5d9a some small fixes 11 years ago
docs new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
include Make the raw protocol to a real protocol. It sends the message size now before the message. This was neccessary because after I activated optimization in gcc the testclient was always only reading 2 bytes in the initial successfull read. 11 years ago
m4 new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
src some small fixes 11 years ago
testers remove no longer used test program 11 years ago
tests new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
.gitignore Some fixes and adaptations on changes trevent code. Add a simple echo client. 11 years ago
AUTHORS new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
COPYING new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
ChangeLog new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
Makefile.am small fix 11 years ago
NEWS new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
README new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
README.md update README.md 11 years ago
TODO new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
bootstrap new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago
configure.ac Use c99 standard and threadsave libc 11 years ago

README.md

LIBTRCOMMUNICATION

Socket communication layer build upon libtrevent.