Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-12 | util: Log to stderr | Benjamin Franzke | 1 | -2/+2 | |
2013-03-12 | util: bind/connect: log which protocol is used | Benjamin Franzke | 1 | -2/+4 | |
2013-03-12 | util: Fix error string if connection failed | Benjamin Franzke | 1 | -1/+1 | |
2013-03-12 | econserv: Use epkt_init at least to init iov | Benjamin Franzke | 1 | -25/+1 | |
2013-03-12 | econserv: Use at least the econ_packet structure | Benjamin Franzke | 1 | -49/+47 | |
2013-03-12 | Move econ packet handling into seperate c-file | Benjamin Franzke | 4 | -137/+172 | |
2013-03-11 | econproxy: Support connecting to a vnc server | Benjamin Franzke | 1 | -11/+37 | |
So that we do not require that the server supports reverse connection. | |||||
2013-03-11 | launch_x11vnc: Add hint how to start in listen mode | Benjamin Franzke | 1 | -0/+3 | |
2013-03-11 | launch_x11vnc: Do not use config file | Benjamin Franzke | 1 | -1/+1 | |
2013-03-11 | launch_x11vnc: Need to explictly disable auth for reverse connection | Benjamin Franzke | 1 | -0/+1 | |
2013-03-11 | econproxy: Use union instead of cast for ssize_t vs size_t | Benjamin Franzke | 1 | -7/+5 | |
2013-03-11 | launch_x11vnc: Do not specify the clip, but force a geometry | Benjamin Franzke | 1 | -1/+5 | |
2013-03-11 | econproxy: Default to raw encoding again | Benjamin Franzke | 1 | -1/+1 | |
2013-03-11 | econproxy: Try RRE encoding (doesnt work..) | Benjamin Franzke | 1 | -4/+23 | |
2013-03-11 | econproxy: Try to send Zlib data (also not supported :[) | Benjamin Franzke | 1 | -6/+7 | |
2013-03-11 | Add ZRLE encoding which doesnt seem to be supported | Benjamin Franzke | 1 | -4/+24 | |
..but lets test it further, maybe its just an implementation fault. | |||||
2013-03-11 | econproxy: Thight reader needs to pass a offset to loop_read | Benjamin Franzke | 1 | -5/+6 | |
2013-03-11 | econproxy: turn of sleeping | Benjamin Franzke | 1 | -1/+1 | |
We rather need a timer, so that we can try to synchronize to a static rate. | |||||
2013-03-11 | econproxy: debugging: print encoding | Benjamin Franzke | 1 | -0/+1 | |
2013-03-11 | Add -Wextra and use gnu99 | Benjamin Franzke | 4 | -9/+13 | |
2013-03-11 | econserv: Eliminate c++ style comments | Benjamin Franzke | 1 | -2/+6 | |
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 | |