improvement in cgi program
allow configuration of FIFO_FILE
enlarge fonts for mobile view
some changes for using this with Apache server, also corrected issue due to use of a single header file.
added 1 sec delay for X to understand the unicode character, also fixed next character position pointer for mbtwowc
corrected readbuf position pointer logic
unicode support (utf-8) added
added a README file
simplfied series of keycode and sync events to press-release statements
separated out header and functions from server main file
added few changes in server to support older version of uinput driver. Makefile will compile only the server. cgi program can also be compiled statically with dietlibc if needed.
corrected input.html to send mouse relative positions only when left button is pressed, to allow handling through desktop browser.
added threshold value for mouse relative position values
Initial version of files, mouse not working properly.