codeberg.org / eris/python-eris / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 636a5789 | Compress test vectors | Emery Hemingway <e****y@s****l> | over 1 year ago | |
| b1021b56 | tests/test_coap: use a random CoAP port | Emery Hemingway <e****y@s****l> | over 1 year ago | |
| a1c5a0a6 | Add shell.nix | Emery Hemingway <e****y@s****l> | over 1 year ago | |
| a6f590eb | examples: Add cloud_storage.py | pukkamustard <p****d@p****t> | almost 3 years ago | |
| e71d796c | docs: Add acknowledgments. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 4a930d3b | docs: Add logo. | pukkamustard <p****d@p****t> | over 3 years ago | |
| e835e694 | setup.py: bump version to 1.0.0. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 809975bf | setup.py: Add aiocoap to dependencies. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 873bc338 | examples: Add encode_file.py | pukkamustard <p****d@p****t> | over 3 years ago | |
| 6eb616bc | coap: Add note that block-wise transfer is not yet supported. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 072ff9de | examples: add coap_server.py | pukkamustard <p****d@p****t> | over 3 years ago | |
| 402f7b99 | eris.coap: Documentation. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 3c4a7e08 | README: fix example | pukkamustard <p****d@p****t> | over 3 years ago | |
| 13e0bccc | *: run python-black. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 812d3da0 | tests: Add negative test_vector tests. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 86b7e203 | eris.coap: Implement server. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 62a365be | eris: Require explicit convergence secret argument. | pukkamustard <p****d@p****t> | over 3 years ago | |
| f8d30ce5 | eris.decoder: Pass block_size option to store when getting blocks. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 7c1b6c99 | eris.coap: Move from eris.store. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 74ff8c35 | docs: Initial sphinx documentation. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 6745b3c4 | test: Add negative test vectors. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 78e70ddb | eris: Remove 'ERIS' prefix from classes. | pukkamustard <p****d@p****t> | over 3 years ago | |
| e84f625c | test/test_positive: Use the blocks in test vector when decoding. | pukkamustard <p****d@p****t> | over 3 years ago | |
| d2562147 | eris.decoder: Fix range intervals and level_count computation. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 0f3a42a0 | eris.read_capability: Fix block size parsing. | pukkamustard <p****d@p****t> | over 3 years ago | |
| da7e629d | eris.decoder: Implement readall. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 0265008f | eris.decoder: Random-access decoder. | pukkamustard <p****d@p****t> | over 3 years ago | |
| c6e41742 | eris.read_capability: decode binary read capabilities | pukkamustard <p****d@p****t> | over 3 years ago | |
| 75d11d59 | eris.base32: Add utility functions for working with Base32. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 7cefb535 | test_positive: Update to new ERISEncoder interface. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 6c6d3cef | eris.encoder: Yield ref and block. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 5cdff180 | eris.encoder: Split encoder into ERISEncoderBlockGenerator and | pukkamustard <p****d@p****t> | over 3 years ago | |
| a7d02ccf | Move eris/encode.py to eris/encoder.py | pukkamustard <p****d@p****t> | over 3 years ago | |
| b448f71e | README: Remove the note from the author. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 9e258f9d | *: LGPL -> AGPL | pukkamustard <p****d@p****t> | over 3 years ago | |
| 70341b8b | guix: Add python-aiocoap. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 8e4abac6 | Remove .envrc file. | pukkamustard <p****d@p****t> | over 3 years ago | |
| 739c50c3 | Speedup | Endo Renberg <e****g@p****t> | over 3 years ago | |
| aae6f5d8 | merge Merge pull request 'Relicense as AGPL+' (#3) from AGPL+ into main | pukkamustard <p****d@n****g> | over 3 years ago | |
| 500bab05 | Relicense as AGPL+ | Endo Renberg <e****g@p****t> | over 3 years ago | |
| 5b4bdfab | Add CoAP test | Endo Renberg <e****g@p****t> | over 3 years ago | |
| ff2ed42c | coap: use /blocks?<REF> URIs | Endo Renberg <e****g@p****t> | over 3 years ago | |
| a44adad4 | README: Add note on how to run tests | pukkamustard <p****d@p****t> | over 3 years ago | |
| d7f44600 | Add Decoder class and CoAP store | Endo Renberg <e****g@p****t> | over 3 years ago | |
| 758ff3cc | ERIS 1.0.0 compliance | Endo Renberg <e****g@p****t> | almost 4 years ago | |
| 164eb563 | Add tooling to publish to PyPi | pukkamustard <p****d@p****t> | about 4 years ago | |
| ae35136b | Move test_vectors.py to positive.py | pukkamustard <p****d@p****t> | about 4 years ago | |
| a5bd0d2a |
Implement a hashlib-esque interface in ERISEncoder
Co-authored-by: Emery Hemingway <e****y@p****t> |
pukkamustard <p****d@p****t> | about 4 years ago | |
| 4ffb5808 | New class ERISReadCapability | pukkamustard <p****d@p****t> | about 4 years ago | |
| 484f0d55 | Use unkeyed Blake2b for internal nodes | pukkamustard <p****d@p****t> | about 4 years ago | |
| 5dc23613 | Update to conform to specification 0.4.0-dev | Endo Renberg <e****g@p****t> | about 4 years ago | |
| fad342cd | Add setup.py, fix tests | Endo Renberg <e****g@p****t> | about 4 years ago | |
| a6ba3329 | README: fix example | pukkamustard <p****d@p****t> | over 4 years ago | |
| 55d3f4a8 | guix: add python-black for dev environment | pukkamustard <p****d@p****t> | over 4 years ago | |
| 4357a42d | eris/encode.py: minor comment fix | pukkamustard <p****d@p****t> | over 4 years ago | |
| a3d9a761 | README: add example usage | pukkamustard <p****d@p****t> | over 4 years ago | |
| a1d1df49 | eris/encode.py: rewrite finalize to be non-recursive | pukkamustard <p****d@p****t> | over 4 years ago | |
| 6305d3b1 | eris/encode.py: rewrite collect to be non-recursive | pukkamustard <p****d@p****t> | over 4 years ago | |
| 63702dd5 | eris/encode: rewrite split_from_buffer with loop | pukkamustard <p****d@p****t> | over 4 years ago | |
| 5ecd337b | add test cases | pukkamustard <p****d@p****t> | over 4 years ago | |
| 24c96239 | initial encoding function | pukkamustard <p****d@p****t> | over 4 years ago | |
| de4156ce | Initial commit | pukkamustard <p****d@p****t> | over 4 years ago |