summaryrefslogtreecommitdiff
path: root/econproxy.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-10econproxy: Actually send framebuffer update with nrectsBenjamin Franzke1-10/+17
2013-03-10econproxy: Accept keepalive white waiting for cmd22Benjamin Franzke1-0/+2
2013-03-10econproxy: read_packet: Increase debugging on errorBenjamin Franzke1-2/+4
2013-03-10econproxy: Specify own in ip ep_send_frame headerBenjamin Franzke1-0/+1
2013-03-10econproxy: Keepalive may be an irregular commandBenjamin Franzke1-0/+6
2013-03-09econproxy: Add read_packetBenjamin Franzke1-26/+79
Tries to verify packet integrity, e.g. datasize, recordCount.. Command 21 isnt handled yet, since that has another structure than other commands.
2013-03-09econproxy: Add send_packetBenjamin Franzke1-5/+18
Decides depending on the semantics of a packets (datasize,recordCount), how much parts of the iov have to be send. So we do not need to specifiy it explicitly anylonger.
2013-03-09econproxy: Add init_packet that does repetitive tasksBenjamin Franzke1-29/+20
2013-03-09econproxy: No need to pause since we sleep foreverBenjamin Franzke1-2/+0
2013-03-09econproxy: some cleanupsBenjamin Franzke1-19/+16
2013-03-09econproxy: First try on sending a frame [untested]Benjamin Franzke1-0/+71
2013-03-09econproxy: remove old codeBenjamin Franzke1-7/+0
2013-03-09econproxy: First try to send reqconnect to the beamerBenjamin Franzke1-95/+231
2013-03-07Init econproxy: Support retrieving a frame from x11vnc & write to ppmBenjamin Franzke1-0/+294