74b2e253a9IS2: Fix memory leak of unpacked IS2 messages, free them consistently in a single place
Heikki Hannikainen
2017-04-09 21:56:04 +0000
50ebbd98cdIS2 namespace cleanup: Prefix all IS2 messages with IS2 in the .proto file
Heikki Hannikainen
2017-04-06 21:12:56 +0300
4288769228IS2 parameter setting: Provide reply messages and test them + sequence number
Heikki Hannikainen
2017-04-04 18:03:42 +0300
f9c6b77aa1Add IS2 messaging test, works now when filters are implemented
Heikki Hannikainen
2017-04-04 14:28:32 +0300
1714b70911IS2: Allow setting a filter over an IS2 connection
Heikki Hannikainen
2017-04-04 14:24:42 +0300
7833486513filter.c/h: Refactor a bit, export filter_set() for use from IS2
Heikki Hannikainen
2017-04-04 14:23:31 +0300
1232faadf2IS2 tests: load test
Heikki Hannikainen
2017-04-03 23:47:07 +0300
cdc6082f5fAdd initial IS2 system test case
Heikki Hannikainen
2017-04-03 19:58:59 +0300
9e15231899Add tests/libperl/Google/ProtocolBuffers.pm
Heikki Hannikainen
2017-04-03 22:20:48 +0300
b3e36ef8a2aprsis2.c: Less debug log
Heikki Hannikainen
2017-04-03 23:46:42 +0300
d4b14f4d27IS2: Return validation status correctly
Heikki Hannikainen
2017-04-03 19:58:25 +0300
a3c5d08996aprsis2.proto: Switch comment style to strict // so that the perl protobuf implementation digs it
Heikki Hannikainen
2017-04-03 12:13:13 +0300
0e1edf1b23Remove dead/commented code
Heikki Hannikainen
2017-04-03 11:34:31 +0300
24d247c2e2+ IS2PEERING.md for UDP handshake spec
Heikki Hannikainen
2016-08-04 08:28:52 +0300
d49673ab2caprsis2: Fix a few things to actually make packets go downstream and upstream
Heikki Hannikainen
2016-08-04 07:26:53 +0300
0726d1c381IS2: transmit packets to downstream servers
Heikki Hannikainen
2013-07-02 09:05:42 +0300
31ca5b7a83Make a c->write_packet method to support packet transmission for IS2
Heikki Hannikainen
2013-07-02 08:49:27 +0300
f6116dc1f8IS2: make login actually work (filters missing still)
Heikki Hannikainen
2013-07-02 08:02:55 +0300
ce4eb0187fmerged aprsis2
Heikki Hannikainen
2016-08-03 17:29:21 +0300
d18f4eed2dIS2: Added comments
Heikki Hannikainen
2013-07-01 22:54:39 +0300
cac5f5d555IS2: fix memory leak
Heikki Hannikainen
2013-07-01 22:32:33 +0300
bc138eed27IS2: improve parsing, get ping/pong working
Heikki Hannikainen
2013-07-01 22:28:22 +0300
b92a51737bIS2: adjust struct element names to be consistent, remove unused is2_deframe
Heikki Hannikainen
2013-06-28 08:43:09 +0300
ccd09e8e1cIS2: implement ping reply
Heikki Hannikainen
2013-06-28 08:40:53 +0300
e5ebb80268IS2: Send keepalive pings in IS2 format
Heikki Hannikainen
2013-06-28 08:28:13 +0300
2fc95e7e1cIS2: Use explicit IS2 config for uplink setup
Heikki Hannikainen
2013-06-28 08:10:50 +0300
573a71dfe1Use STX/ETX chars in framing IS2 packets. 24 bits for length. Remove unaligned integer access from length decoding. Implement IS2 deframing in a more generic way. Support switching deframing method on the fly.
Heikki Hannikainen
2013-06-28 08:02:23 +0300
b44f2e976dprotocol doc updates
Heikki Hannikainen
2013-06-27 17:07:33 +0300
058610e730IS2: use a common IS2 message wrapper
Heikki Hannikainen
2013-06-27 09:01:11 +0300
b9b6560351IS2: successful unpacking of server signature
Heikki Hannikainen
2013-06-27 08:42:45 +0300
437bf2b8b7IS2: additional deframing code
Heikki Hannikainen
2013-06-27 08:28:49 +0300
0d4c8b594aaprsis2: write header and tail around outgoing message
Heikki Hannikainen
2013-06-27 00:54:30 +0300
4a751c6b85Add OneMessage type for aprsis2.proto
Heikki Hannikainen
2013-06-27 00:54:01 +0300
922f1a56b3A little initial work at sending a server signature in an IS2 protocol
Heikki Hannikainen
2013-06-26 00:57:54 +0300
04f629bec6Build with protocol buffers linked in
Heikki Hannikainen
2013-06-25 23:59:06 +0300
e9ad577e7fworkflow: Update dependencies
Heikki Hannikainen
2022-10-26 01:34:04 +0300
a37a7c5c59test: Ease up udp-load test some more
Heikki Hannikainen
2022-10-25 08:29:17 +0300