Commit Graph

77 Commits

Author SHA1 Message Date
Tristan B. Kildaire 80d96c20a5 Added `decodeMessage(byte[])` which can decoode a bformat-encoded message and return the message payload 2021-07-17 01:23:55 +02:00
Tristan B. Kildaire 82f9509e78 Added `encodeBformat(byte[])` wich allows one to simply encode a message into the bformat format 2021-07-17 00:14:41 +02:00
Tristan B. Kildaire b3b3ee9d49 Use MSG_WAITALL 2021-07-16 18:08:01 +02:00
Tristan B. Kildaire 3a528ad2cc Corrected problems 2020-12-04 18:56:56 +02:00
Tristan B. Kildaire a236409034 Full wait doesn't work 2020-12-04 18:55:25 +02:00
Tristan B. Kildaire 8e5647347d Merge branch 'syscall_reduction' into master 2020-12-04 17:46:15 +02:00
Tristan B. Kildaire 790aca5f50 CLeaned up 2020-12-04 17:45:42 +02:00
Tristan B. Kildaire 5db2ac18dd USe MAG_WAITALL 2020-12-04 17:41:24 +02:00
Tristan B. Kildaire beb635c403 Byte swap when the numbers are encoded as Big Endian on BE platforms, such that they are in little endian (the protocol's spec) 2020-12-04 17:28:29 +02:00
Tristan B. Kildaire 3c84a5b0ca Byte swap the received little endian bytes when on big endian machines such that the interpretation is transferred correctly 2020-12-04 17:26:17 +02:00
Tristan B. Kildaire 534c90180c Updated dub.json 2020-06-18 12:22:32 +02:00
Tristan B. Kildaire 97781fb9c3 Removed uneeded imports. 2020-06-17 11:25:58 +02:00
Tristan B. Kildaire f2bb62661e Merge branch 'master' of github.com:besterprotocol/bformat 2020-06-16 18:11:21 +02:00
Tristan B. Kildaire 2d26cde27e Madegeneric 2020-06-16 18:09:41 +02:00
Tristan B. Kildaire a2b7c9b67e
Create .travis.yml 2020-05-02 21:43:35 +02:00
Tristan B. Kildaire 4fbe6e7f37
Update README.md 2020-05-02 21:41:55 +02:00
Tristan B. Kildaire bd2ab6f941
Update README.md 2020-05-02 21:41:28 +02:00
Tristan B. Kildaire a8d654bf6a Renamed functions. 2020-05-02 19:51:28 +02:00
Tristan B. Kildaire fa6d62a6cf Added missing source directory. 2020-05-02 19:43:48 +02:00
Tristan B. Kildaire 85cef23b43 Removed app.d 2020-05-02 19:36:12 +02:00
Tristan B. Kildaire 69b5294569 Location update. 2020-05-02 19:30:19 +02:00
Tristan B. Kildaire 55733d17c5 Set package type to `library`. 2020-05-02 19:27:02 +02:00
Tristan B. Kildaire 4d981cd97d Test. 2020-05-02 19:23:56 +02:00
Tristan B. Kildaire 04cd903389 Make public. 2020-05-02 19:21:31 +02:00
Tristan B. Kildaire 59d643069c Added code. 2020-05-02 19:19:20 +02:00
Tristan B. Kildaire e6ae0b7f56 Added dub init files 2020-05-02 19:14:44 +02:00
Tristan B. Kildaire 05ca2a055d
Initial commit 2020-05-02 19:13:47 +02:00