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 c4de22c348 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
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 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
testers 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
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 new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 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 new communication layer...enables easy creation of either tcp or udp servers and clients when it's finished 11 years ago

README.md

LIBTRCOMMUNICATION

Socket communication layer build upon libtrevent.