Starbeamrainbowlabs sbrl
sbrl created repository sbrl-github/TheBigWarehouse 2017-03-21 19:04:54 +00:00
sbrl transferred repository sbrl/SnoozeSquad to sbrl-github/SnoozeSquad 2017-03-20 21:50:46 +00:00
sbrl created repository sbrl-github/SnoozeSquad 2017-03-20 21:49:32 +00:00
sbrl transferred repository sbrl/Pepperminty-Wiki to sbrl-github/Pepperminty-Wiki 2017-03-20 21:37:25 +00:00
sbrl created repository sbrl-github/Pepperminty-Wiki 2017-03-20 21:33:27 +00:00
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-04 18:57:52 +00:00
516c10ee5b Update 'README.md'
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-04 14:47:44 +00:00
4a01a6ecbd [server] Add ErrorMessage class.
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-04 12:44:09 +00:00
fa9335602e Merge branch 'master' of git.starbeamrainbowlabs.com:sbrl/PixelHub
007a5beeaf [server] Rename PixelCommand to PixelMessage, along with all associated namespaces. Also add HandshakeRequestMessaage class.
0c669012b6 [server] Finish filling in PixelCommand.AsCompiledCommand()
Compare 3 commits »
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-04 12:26:21 +00:00
41f55c3ef2 Corrected error code categories boundaries in the PixelHub Protocol
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-04 12:25:08 +00:00
f0ead36496 Upgraded error reporting in the PixelHub Protocol.
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-03 06:42:02 +00:00
d2b32f3f09 Fill in a little bit more of PixelCommand.AsCompiledCommand()
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-02 19:05:23 +00:00
a2173bc0e3 Set the protocol version in PixelMessage automagically
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-02 18:49:35 +00:00
ad1bcba459 Convert spaces to tabs. Yay!
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-02 18:42:53 +00:00
86e35a494c Apparently Platform IO requires that source files are stored in the src/ directory. sigh.
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-02 18:38:33 +00:00
4bf1548aad Convert arduino project into Platform IO project. I've had enough of the default IDE!
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-02 13:19:43 +00:00
deee56ea9e [server] Sort out message types
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-02 13:16:05 +00:00
d1daadef29 [server] Write buffer concatenation method
77f2c1c8c3 [client] Add todo about the payload to PixelMessage.
Compare 2 commits »
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-02 13:08:14 +00:00
e16ff31b92 [client] Create PixelMessage class with initial constructor.
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-01 21:44:45 +00:00
078d9eb75a [client] Bugfix: Fix compiler errors in the client code, and start writing message decoding logic.
sbrl pushed to master at SBRL-Archive/PixelHub 2017-03-01 21:16:01 +00:00
caf1a11677 Add message type ids to PixelBot client code