1
0
Fork 0
Commit Graph

18 Commits

Author SHA1 Message Date
Christopher Ramey edc4fc09b6 Improved IMEI filtering 2016-04-28 18:42:47 +00:00
Christopher Ramey dbc6c8f7e2 Added IMEI filtering and command line argument to strip Iridium SBD header
when writing files
2016-03-24 00:31:11 +00:00
Christopher Ramey 155ab39bf2 Yet another mask fix 2015-04-01 18:08:08 +00:00
Christopher Ramey 5071a2fcd4 Added argument to set limit on number of concurrent connections 2015-03-09 01:39:25 +00:00
Christopher Ramey 5ec1783299 More OSX compatibility changes (why doesn't OSX support basename_r?) 2015-03-07 19:25:17 +00:00
Christopher Ramey 52d3e9c8fe Added proper daemonization, bumped version number 2015-03-07 19:17:57 +00:00
Christopher Ramey ae63fd1750 Switched from select() to poll(), connections now confirm
that incoming data matches SBD format.
2015-03-07 15:43:54 +00:00
Christopher Ramey da47258fa6 Compatibility with OSX 2015-03-05 20:54:45 +00:00
Christopher Ramey 6ccbbdcb5e Increase listen backlog count to 50 2015-02-04 21:00:05 +00:00
Christopher Ramey f0eb88af14 Changed filename to use microseconds in file name to exclude overlap in
high-connect count events
2015-02-04 20:59:29 +00:00
Christopher Ramey abec347ec2 Moved variable initialization to when they're actually used, if you're
going to use c99 you might as well lean into it
2015-02-04 20:44:07 +00:00
Christopher Ramey 9e9f280de6 Files are now written with the contents of the stream 2015-02-04 20:15:15 +00:00
Christopher Ramey b9d2f8b44f connections now create files 2015-02-04 16:38:40 +00:00
Christopher Ramey d5bbdd6c44 Added chdir and parameter 2015-02-04 14:54:41 +00:00
Christopher Ramey 8c1009cea3 Changed a variable name for clarification 2015-02-04 00:39:28 +00:00
Christopher Ramey 36b884e0ba Added clarifying comments 2015-02-04 00:30:24 +00:00
Christopher Ramey a2c745fdce Added filename creation to basic connection 2015-02-04 00:27:11 +00:00
Christopher Ramey 8189722dce Added basic template for server - accepting connnections, command line
arguments, etc
2015-02-03 15:20:10 +00:00