Commit Graph

86 Commits

Author SHA1 Message Date
Sebastian dfb4721183 Added some fixes for c++ compatebility 2017-12-27 21:34:20 +01:00
Sebastian ff507c6ef7 Fixed testutils 2016-12-26 23:29:23 +01:00
Sebastian 38e7d7bb1e Merge branch 'python-port' 2016-12-23 02:09:23 +01:00
Sebastian 26696599b3 Python should work now 2016-12-23 02:08:57 +01:00
Sebastian f17f48b75e Added SSS7_TX_FINALIZE state
Fixes #2
2016-12-22 19:00:53 +01:00
Sebastian 1da83b8393 Merge branch 'python-port' of github.com:seidenstrasse/sss7modem into python-port 2016-12-22 17:58:22 +01:00
Sebastian 714fe175ee Fixed sending part 2016-12-22 17:56:09 +01:00
Sebastian cb6b8944a3 Staretd work on Python port 2016-12-22 17:56:09 +01:00
Sebastian 14fd4e5eb5 Totally the wrong place
Revert "added real stuff maybe wrong place to commit (sorry)"

This reverts commit ba4616e152.
2016-12-22 17:55:00 +01:00
Sebastian 3c19e27a31 Reverted because it fucks up all the automated tests
This reverts commit d3b003b976.
2016-12-22 17:51:37 +01:00
Robert Nixdorf ba4616e152 added real stuff maybe wrong place to commit (sorry) 2016-12-20 21:17:39 +01:00
Jan Felix Wiebe 9193f1244e Merge branch 'master' of github.com:seidenstrasse/sss7modem 2016-12-20 20:19:23 +01:00
Jan Felix Wiebe d3b003b976 added c99 2016-12-20 20:13:27 +01:00
Sebastian 51427defaa Fixed SSS7 class trying to use the empty string as serialport
Should have had a coffee first.
2016-12-19 23:21:05 +01:00
Sebastian 7e45faf034 Added synchronized to become thread-safe
Added README
2016-12-19 12:30:21 +01:00
Sebastian 04e3b6b171 SSS7 should be a signleton 2016-12-19 11:55:22 +01:00
Sebastian 1877919fa4 Staretd work on Python port 2016-12-19 11:46:33 +01:00
Sebastian 2bffdb93c3 Use Memory instead of abusing Strings 2016-12-04 20:55:29 +01:00
Sebastian 24745f476a Merge branch 'linux-port' into jna-port 2016-12-04 20:53:05 +01:00
Sebastian 2c0ffe30b6 Fixed debug output
Added better test
2016-12-04 20:51:19 +01:00
Sebastian 688afedab4 Started jna port 2016-12-04 00:21:00 +01:00
Sebastian 93f060a5f2 Fixed linking 2016-12-03 22:58:55 +01:00
Sebastian c43eb50661 More cleanup and comments 2016-12-03 19:17:54 +01:00
Sebastian c22565f694 Even more comments added 2016-12-02 23:44:57 +01:00
Sebastian e6b17010f6 Started general cleanup and added comments 2016-12-02 01:58:00 +01:00
Sebastian 5722ef1b9f Cleaned up and added teardown 2016-12-01 01:06:14 +01:00
Sebastian 4e4601d12f Implemented timeouts for linux port 2016-12-01 00:16:42 +01:00
Sebastian 7c13c4c5ca Made the sss7core actually use _Atomic 2016-12-01 00:14:40 +01:00
Sebastian e5b6fe4e5b Merge branch 'linux-port' of github.com:seidenstrasse/sss7modem into linux-port 2016-11-30 23:25:33 +01:00
Sebastian 20aff761e6 Added threads and mutexes for eventloop 2016-11-30 22:47:26 +01:00
Sebastian 0cf403a7de Merge branch 'master' into linux-port 2016-11-30 21:03:46 +01:00
Sebastian b2fe97f7d2 Merge branch 'master' into linux-port 2016-11-30 17:53:51 +01:00
Sebastian 01bf147096 Merge buffer fixes from master 2016-11-29 19:23:40 +01:00
Sebastian f9b5e78556 Improved buffer management
Buffers should not be overwritten while they could potentially be read
2016-11-29 19:18:42 +01:00
Sebastian c7dc7763a8 Arduino branch works
Merge branch 'arduino-port'
2016-11-26 22:52:39 +01:00
Sebastian c1253e3c15 Fixed sniff.py for fragments 2016-11-26 22:51:14 +01:00
Sebastian 2d5aa1dd07 Fixed sss7_has_received() 2016-11-26 22:50:32 +01:00
Sebastian be5d5ddf1e Fixed timeout timers 2016-11-26 22:44:56 +01:00
Sebastian 33a3dccbf0 Fixed sniff.py for fragments 2016-11-26 22:42:19 +01:00
Sebastian 93fbf66350 Fixed sss7_has_received() 2016-11-26 22:39:44 +01:00
Sebastian b14d45e484 Switched to UART2 as UART1 does not work on my board
Tested sending and Timeouts, looks good so far
2016-11-26 20:14:37 +01:00
Sebastian 07a52f566d Added a makefile to compile with Arduino libraries
Added a extern "C" to sss7.h
2016-11-26 18:27:04 +01:00
Sebastian b09b1960f3 Merge branch 'master' into arduino-port 2016-11-26 17:07:39 +01:00
Sebastian 9b23d8a620 Started linux port 2016-11-26 16:49:03 +01:00
Sebastian ff0c438fe7 Fixed makefile branding 2016-11-22 08:57:08 +01:00
Sebastian 2e91369e2c Fixed makefile from spilling object files in the wrong place 2016-11-21 23:07:20 +01:00
Sebastian b74590b99f Merge commit 'd79ddb8ee70905668bdd4b4614b2ba03ad545fd4' 2016-11-21 22:53:08 +01:00
Sebastian 5a3b89fc81 Enabled timeout timer 2016-11-21 22:51:26 +01:00
Sebastian d0af74c7de Added timer code for timeouts 2016-11-21 13:10:14 +01:00
Sebastian 8d5fc18076 Uart part of arduino wrapper done 2016-11-21 12:48:29 +01:00