Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-11 | econproxy: Use ssize_t for read results | Benjamin Franzke | 1 | -1/+1 | |
Since size_t is unsigned, so checking for < 0 wont work. | |||||
2013-03-11 | econproxy: Use free_iov on error in framebuffer update | Benjamin Franzke | 1 | -12/+6 | |
2013-03-11 | econproxy: Add econ_ prefix to send/read_packet | Benjamin Franzke | 1 | -16/+16 | |
To make clear its related to the beamer-side protocol. | |||||
2013-03-11 | econproxy: Move econ initialization into own function | Benjamin Franzke | 1 | -17/+26 | |
2013-03-11 | econrpoxy: Move rfb initialization into own function | Benjamin Franzke | 1 | -51/+69 | |
2013-03-11 | econproxy: First try on proxying tight [Not Working] | Benjamin Franzke | 1 | -5/+49 | |
2013-03-11 | econproxy: add some debugging output | Benjamin Franzke | 1 | -1/+4 | |
2013-03-11 | econproxy: Put request & update into loop - Image is updated now! :) | Benjamin Franzke | 1 | -17/+15 | |
2013-03-11 | econproxy: No need to save first frame as ppm anymore | Benjamin Franzke | 1 | -21/+0 | |
Was just for debugging purposes.. | |||||
2013-03-11 | econproxy: datasize and nrects should be in network order for econ | Benjamin Franzke | 1 | -1/+3 | |
2013-03-11 | econproxy: Add function to retreive a framebuffer update | Benjamin Franzke | 1 | -66/+96 | |
It has to cope with multiple rects etc.. | |||||
2013-03-10 | wip | Benjamin Franzke | 1 | -8/+81 | |
2013-03-10 | Disable quirks for windows-compliance | Benjamin Franzke | 1 | -0/+2 | |
2013-03-10 | econproxy: Move update request into own function | Benjamin Franzke | 1 | -10/+19 | |
To be reusable.. | |||||
2013-03-10 | Add GPL3 copyright | Benjamin Franzke | 4 | -1/+68 | |
2013-03-10 | Makefile: Add a common rule for both client and server | Benjamin Franzke | 1 | -4/+1 | |
2013-03-10 | Makefile: Add some cflags | Benjamin Franzke | 1 | -2/+4 | |
2013-03-10 | util: Add sock_get_hwaddr | Benjamin Franzke | 3 | -14/+22 | |
And use it in econserv, instead of the hardcoded lookup for tap0. | |||||
2013-03-10 | util: Split sock_get_netmask into a utility function sock_get_ifreq | Benjamin Franzke | 1 | -37/+24 | |
Which may be reused for getting e.g. hwaddr. | |||||
2013-03-10 | Makefile: Add clean target | Benjamin Franzke | 1 | -0/+3 | |
2013-03-10 | Add lua based wireshark-dissector von epson control and video protocol | Benjamin Franzke | 2 | -0/+262 | |
2013-03-10 | Rename epserv to econserv | Benjamin Franzke | 3 | -2/+4 | |
2013-03-10 | epserv: Make use of util.c | Benjamin Franzke | 2 | -85/+5 | |
2013-03-10 | Add simple server implementation: For testing purposes | Benjamin Franzke | 2 | -0/+511 | |
2013-03-10 | Add Makefile for econproxy | Benjamin Franzke | 1 | -0/+4 | |
2013-03-10 | econproxy: Actually send framebuffer update with nrects | Benjamin Franzke | 1 | -10/+17 | |
2013-03-10 | econproxy: Accept keepalive white waiting for cmd22 | Benjamin Franzke | 1 | -0/+2 | |
2013-03-10 | econproxy: read_packet: Increase debugging on error | Benjamin Franzke | 1 | -2/+4 | |
2013-03-10 | econproxy: Specify own in ip ep_send_frame header | Benjamin Franzke | 1 | -0/+1 | |
2013-03-10 | econproxy: Keepalive may be an irregular command | Benjamin Franzke | 1 | -0/+6 | |
2013-03-09 | econproxy: Add read_packet | Benjamin Franzke | 1 | -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-09 | econproxy: Add send_packet | Benjamin Franzke | 1 | -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-09 | econproxy: Add init_packet that does repetitive tasks | Benjamin Franzke | 1 | -29/+20 | |
2013-03-09 | util: Proper implement sock_get_netmask | Benjamin Franzke | 1 | -0/+39 | |
By looping through all interfaces, search for the ip address we're bound to and use that subnetmask. | |||||
2013-03-09 | econproxy: No need to pause since we sleep forever | Benjamin Franzke | 1 | -2/+0 | |
2013-03-09 | econproxy: some cleanups | Benjamin Franzke | 1 | -19/+16 | |
2013-03-09 | util: remove unneeded skeleton | Benjamin Franzke | 1 | -8/+0 | |
2013-03-09 | econproxy: First try on sending a frame [untested] | Benjamin Franzke | 1 | -0/+71 | |
2013-03-09 | econproxy: remove old code | Benjamin Franzke | 1 | -7/+0 | |
2013-03-09 | econproto: Remove trailing whitespace | Benjamin Franzke | 1 | -78/+78 | |
2013-03-09 | econproto: add cmd22 and cmd25 enums | Benjamin Franzke | 1 | -1/+4 | |
2013-03-09 | econproxy: First try to send reqconnect to the beamer | Benjamin Franzke | 1 | -95/+231 | |
2013-03-09 | Add util mostly for socket-based tasks | Benjamin Franzke | 2 | -0/+240 | |
2013-03-09 | econproto: Add unknown fields to clientinfo and reqconnect | Benjamin Franzke | 1 | -0/+5 | |
2013-03-08 | econproto: Add cmd with id 25 | Benjamin Franzke | 1 | -2/+8 | |
Unknown yet what it does, but its send by the client as last step of connection.. | |||||
2013-03-07 | Init econproxy: Support retrieving a frame from x11vnc & write to ppm | Benjamin Franzke | 3 | -0/+517 | |