Commit graph

26 commits

Author SHA1 Message Date
Luka Miljak
c33bd6ca4e Adding termios configuration and reading from tty device with some other code refactoring. The character read from serial device are currently only printf-ed to console. 2014-03-17 23:10:33 +01:00
Luka Miljak
e6775c120d minor commit - removing tty_dev from global variables 2014-03-15 13:34:34 +00:00
Luka Miljak
538e7932c7 Adding first part of infrastructure for tty device handling 2014-03-15 13:24:13 +00:00
Luka Miljak
608a926edc Adding $(LIBS) to $(CFLAGS) -> for some reason the build fails without this 2014-03-14 18:24:01 +00:00
Luka Miljak
6db2513452 Removing unnecessary library definition 2014-03-14 18:09:50 +00:00
Luka Miljak
3926b7738d Adding tty thread primitive which only reports alive status every 10 seconds. 2014-03-14 17:28:29 +01:00
Igor Socec
be121ac22f fixing problems with detecting a disconnected client 2014-03-13 11:02:19 +01:00
Igor Socec
496198f488 cleanup function and signal handling 2014-03-10 16:42:49 +01:00
Luka Miljak
175075d2d5 Removing "clean" from "all" target in Makefile 2014-03-10 09:01:55 +01:00
socec
97b37f8af0 Update README.md 2014-03-09 18:57:32 +01:00
socec
a76c350de7 minor update 2014-03-09 18:53:38 +01:00
socec
199d2cb6c2 stop crashing server when client disconnects 2014-03-09 18:48:04 +01:00
socec
98333194db adding object files to .gitignore 2014-03-09 18:09:18 +01:00
socec
cbedf6189a now using Makefile 2014-03-09 15:59:30 +01:00
socec
9c6269218e force client into character mode 2014-03-08 18:26:04 +01:00
Igor Socec
b1b990d861 argument handling 2014-03-06 16:09:19 +01:00
Igor Socec
4df19b472b removed Nagle algorithm 2014-03-06 13:32:48 +01:00
socec
0a3cb2d9ee Update README.md 2014-03-06 12:48:46 +01:00
Igor Socec
eb045b77ed adding feature wishlist to keep track of ideas 2014-03-06 12:49:18 +01:00
Igor Socec
f55a83b5fc introducing tty device path as mandatory parameter 2014-03-06 12:48:39 +01:00
Igor Socec
50df669b40 proposals for tty.c implementation 2014-03-06 10:40:26 +01:00
Igor Socec
84879d0d36 remove executable from git repo, use .gitignore 2014-03-06 10:04:00 +01:00
Igor Socec
f716bf2862 fixing renaming problem 2014-03-06 09:00:33 +01:00
Igor Socec
0925ff5f83 handling no arguments, renamed header 2014-03-06 08:54:35 +01:00
socec
40607b98aa introducing files 2014-03-06 02:23:16 +01:00
socec
d8efdfa0c7 Initial commit 2014-03-05 07:28:46 -08:00