Commit graph

6 commits

Author SHA1 Message Date
Wilco Baan Hofman
24c1286e5f Fix rest of SecIP protocol. Protocol is now fully implemented.
Note that there is no monitoring implemented yet, just the protocol basics.
2012-10-07 20:46:44 +02:00
Wilco Baan Hofman
fec14af688 Implement Vebon SecIP encryption types RSA+AES. Needs RSA key with 257 exponent for alphatronics.
Note that the endianness is completely retarded. RSA public key transfer is little endian. Messages are big endian.
2012-10-07 13:36:43 +02:00
Wilco Baan Hofman
3fb1474113 Make sure the event handlers initialize and register themselves. 2012-08-06 01:11:03 +02:00
Wilco Baan Hofman
bdbc16a566 Add jsonbot client. Return configuration as const. 2012-08-05 02:41:46 +02:00
Wilco Baan Hofman
9fd10dec9c Refactor build system to use waf. Waf is better at handling dependency paths which I need for IDL support 2012-08-04 22:18:52 +02:00
Wilco Baan Hofman
ad758df90b Add pidl. Add preliminary work on SecIP.
Please note that the Alphatronics implementation does not follow the Vebon specification.
An extra padding byte had to be added to the idl..
2012-08-01 03:30:50 +02:00