Commit graph

203 commits

Author SHA1 Message Date
ivmarkov
eb3c9cdfb1 Cleanup a bit the mDns story 2023-07-21 12:12:54 +00:00
ivmarkov
2ea31432d5 On-off example now buildable 2023-07-21 12:12:54 +00:00
ivmarkov
faf5af3e1f no_std printing of QR code (kind of...) 2023-07-21 12:12:54 +00:00
ivmarkov
d558c73f8d Cleanup the dependencies as much as possible 2023-07-21 12:12:53 +00:00
ivmarkov
d934912007 Fix compilation error since the introduction of UtcCalendar 2023-07-21 12:09:56 +00:00
ivmarkov
688d7ea8d5 More ergonomic api when STD is available 2023-07-21 12:09:56 +00:00
ivmarkov
505fa39e82 Create new secure channel sessions without async-channel 2023-07-21 12:09:56 +00:00
ivmarkov
d9c99d73ee Chrono dep made optional 2023-07-21 12:09:56 +00:00
ivmarkov
bd87ac4ab3 Linux & MacOS mDNS services now implement the Mdns trait 2023-07-21 12:09:56 +00:00
ivmarkov
b4b549bb10 Fix several no_std incompatibilities 2023-07-21 12:09:56 +00:00
ivmarkov
bcbac965cd Remove allocations from Cert handling 2023-07-21 12:09:56 +00:00
ivmarkov
89aab6f444 Remove allocations from Base38 and QR calc 2023-07-21 12:09:56 +00:00
ivmarkov
fcc87bfaf4 Long reads and subscriptions reintroduced 2023-07-21 12:09:56 +00:00
ivmarkov
817d55aecc Start reintroducing long reads and subscriptions from mainline 2023-07-21 12:09:56 +00:00
ivmarkov
40f353c92e Support for no_std
Support for no_std

Further no_std compat
2023-07-21 12:09:56 +00:00
Kedar Sovani
4b85887f33
Merge pull request #70 from simlay/refactor-ci-to-use-matrix-for-crypto-backends
Refactored CIs to use a matrix for cryptography backend feature flags.
2023-07-20 17:27:11 +05:30
Sebastian Imlay
15497a611a Renamed Test-Linux-OpenSSL to Test-Linux 2023-07-16 02:22:14 -04:00
Sebastian Imlay
a8dce54478 Refactored CIs to use a matrix for cryptographic backend featuer flags. 2023-07-16 02:16:03 -04:00
Kedar Sovani
2fe66318ca
Merge pull request #64 from thekuwayama/modify__specify_mbedtls_version
modify: specify mbedtls version
2023-07-03 09:29:25 +05:30
thekuwayama
63cf24e38b modify: specify mbedtls version 2023-07-02 15:56:34 +09:00
Kedar Sovani
1de83701d8
Merge pull request #57 from ivmarkov/main
Put a reference and explanation of the new branches
2023-06-25 00:09:08 -04:00
Restyled.io
41d4802e42 Restyled by prettier-markdown 2023-06-23 18:13:32 +00:00
ivmarkov
9ab2098309 Put a reference and explanation of the new branches 2023-06-23 18:04:09 +00:00
Kedar Sovani
c2e01ee423
Merge pull request #54 from bjoernQ/fix/reduce-allocation-in-rust-crypto
Reduce allocations in crypto_rustcrypto.rs
2023-05-11 17:08:39 +05:30
bjoernQ
bb07ff987b Reduce allocations in crypto_rustcrypto.rs 2023-05-11 09:06:53 +02:00
Kedar Sovani
bddabe6a52
Merge pull request #43 from nevi-me/deps/env-logger-no-default
Disable default features on env_logger
2023-05-05 22:37:01 +05:30
Kedar Sovani
7b811ba128
Merge pull request #53 from bjoernQ/fix/rust-crypto-on-32bit-machines
Make RustCrypto work on 32-bit machines
2023-05-05 21:55:33 +05:30
bjoernQ
e6b95f9cc6 Make RustCrypto work on 32-bit machines 2023-05-05 16:26:32 +02:00
Kedar Sovani
3b091c2106
Merge pull request #51 from kedars/feature/types_for_id
IM: Use Types for IDs
2023-04-05 13:45:51 +05:30
Kedar Sovani
5b2af5ffd7
Merge pull request #50 from kedars/feature/dedup
de-dup for RX packets
2023-04-05 13:45:21 +05:30
Kedar Sovani
0e172f073a NOC: Send an ACK up-front since NOC operations take longer time
Ack the other end while we are processing stuff, so it doesn't bombard us
with retransmissions
2023-04-05 12:18:26 +05:30
Kedar Sovani
f5837b4320 Session: Duplicate detection for RX 2023-04-05 12:18:16 +05:30
Kedar Sovani
cef9919714 IM: Use Types for Ids 2023-04-03 23:26:02 +05:30
Kedar Sovani
89c02e1c7e
Merge pull request #49 from nevi-me/crypto/rustcrypto
RustCrypto backed crypto
2023-04-03 23:10:33 +05:30
Wakahisa
b339f9fa49 Revert unintended change to mbedtls 2023-04-03 15:34:40 +02:00
Wakahisa
a9437819c6 Fix openssl build failure 2023-04-02 13:24:14 +02:00
Restyled.io
856a689d1b Restyled by rustfmt 2023-04-02 13:15:19 +02:00
Wakahisa
0fa21700d5 CI for rustcrypto-linux 2023-04-02 13:10:14 +02:00
Wakahisa
bab8eb8124 Crypto backed by RustCrypto crates
Almost all crates are no_std and don't require std.
Only `x509-cert` does.

Manually tested with the onoff example.
2023-04-02 13:07:36 +02:00
Wakahisa
7bde97debc pin proc-macro versions
There's a breaking change in syn 2
2023-04-02 12:22:43 +02:00
Kedar Sovani
9412ab6fe5
Merge pull request #47 from dstrub18/main
Removed Result return type from new function of attribute
2023-03-08 16:11:20 +05:30
Restyled.io
db43ce7aeb Restyled by rustfmt 2023-03-08 11:13:41 +01:00
Daniel Struebig
760b543d17 Removed Result return type from new function of attribute 2023-03-08 09:50:50 +01:00
Kedar Sovani
451b676b82
Merge pull request #45 from thekuwayama/modify__valid_invoke_cmd_testcase
modify test_valid_invoke_cmd; proper test case & command type
2023-03-07 19:42:07 +05:30
thekuwayama
dc8befb892 modify: proper test case for test_valid_invoke_cmd
improvement: command type; u16 -> u32
2023-03-06 23:59:46 +09:00
Kedar Sovani
10ca1f0ad1
Merge pull request #44 from thekuwayama/modify__structure_invoke_cmd_testcase
modify: for proper test case
2023-03-06 10:09:50 +05:30
thekuwayama
4a4fcc87b8 modify: for proper test case 2023-03-06 03:54:29 +09:00
Wakahisa
d88761aa0a Disable default features on env_logger
The `env_logger` crate is used in tests and examples for logging output.
It has default features that rely on `is-terminal`, which relies on `rustix`.
`rustix` doesn't compile on the `esp*` targets, and thus using this project on such targets fails.

The simplest solution is to disable the default features.
2023-03-05 06:34:04 +02:00
Kedar Sovani
05263e7a2c
Merge pull request #32 from kedars/feature/remove_fabric
"Remove Fabric" Support
2023-03-04 22:10:27 +05:30
Kedar Sovani
dd3f85de1f
Merge pull request #31 from kedars/feature/large_read_tests
Tests for multi-leg read/subscribe
2023-03-04 18:51:36 +05:30