Wykres commitów

16 Commity (f3b6d47ad94aafa95100bb1348b0f157a3143119)

Autor SHA1 Wiadomość Data
dgiardini 7644b9a1cd
Avoid compiling warnings 2020-02-19 15:46:41 -03:00
dgiardini 4861507586
Avoid compiling warnings 2020-02-19 15:39:13 -03:00
Keonsoon Hwang 6a5fc2cf4a fix buffer overflow 2019-12-30 13:32:10 +09:00
Rosen Penev 1b6ac5b0f9
treewide: Remove bzero and usleep
Both were removed in POSIX 2008 and are optionally unavailable with
uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-03 11:06:06 -07:00
Rosen Penev 3c15243bfb
Add missing include for musl 2019-07-03 20:17:36 -07:00
Dashie 0726fd38dc
Fix missing includes 2017-03-27 16:49:53 +02:00
dgiardini b873b74e68 Bugs fixed for Windows
- WSAStartup() added; the socket can't be opened on Windows whitout this.
- Mutex inited, the program doesn't crash anymore on every new connection.
- Use closesocket() intedad close() for sockets. Function close() is useles for sockets on Windows becasue remains open.Fixed.
- Tested and working with OpenCPN
2016-05-14 20:18:52 -03:00
dgiardini 65f8d417a5 Fix CLOSE_WAIT in special caces
- Solved conflict made by myself
- Add Peter's changes again
- Keep portable on windows
2016-05-14 11:38:03 -03:00
dgiardini 06ce5221eb Revert "Fix CLOSE_WAIT in special caces" 2016-05-14 11:03:04 -03:00
Peter Schultz b200d7ae4d Fix CLOSE_WAIT in special caces 2016-05-12 22:22:57 +02:00
dgiardini 8e4cd047e1 Update tcp_listener.c 2016-05-10 18:57:23 -03:00
Peter Schultz deba4a20ec Update README 2016-05-10 22:43:41 +02:00
Peter Schultz c4afe3fcdb Update README 2016-05-10 22:36:09 +02:00
Peter Schultz 95e30119c4 Create README 2016-05-10 22:16:15 +02:00
Peter Schultz c0a521c8e7 Add files via upload
Use tcp listener service insted of udp.
These files are compiles into a library and a tcp server has the advantage that more clients can access AIS data from the same server.
The tcp_listener is tested under raspbian jessie on a raspberry pi with 5 concurrent connections.
TODO: Fix to run under OSX and Windows.
2016-05-10 22:09:48 +02:00
Peter Schultz 59f5577504 Create Makefile
Makefile.
TODO: Has to be included in rtl-ais Makefile
2016-05-10 22:03:55 +02:00