🚀 Started a new OSS project! Still empty for now, but I’m building a DTN implementation in Rust 🦀
I’m new to both DTN and OSS development, so any feedback or advice is more than welcome!
https://t.co/vBwVlYL4BZ
#RustLang#OSS#DTN#SpaceTech
🚀 Show HN: A minimal Delay Tolerant Networking (DTN) stack in Rust
TCP-based CLA, CBOR bundles, TTL, BLE coming soon – great for drones, space, disaster recovery
🔗 https://t.co/Nc4WINl4cS
#Rust#HackerNews#IoT#meshnet
🛰️ Just posted a Dev Log on my Rust DTN project!
After 1 week, I'm debating: should I go Epidemic Routing or start with a static table?
👉 Let's talk routing in Delay Tolerant Networking:
https://t.co/ya3jYss3oC
#RustLang#Networking#DTN
🚀 Just published a Rust DTN crate!
Implements Bundle Protocol (RFC9171) for resilient, delay-tolerant networking.
📦 https://t.co/vLKbVOEODj
#RustLang#DTN#Satellite#Networking#IoT
Just posted my first thread on Reddit!
It’s about my Rust-based Delay Tolerant Networking (DTN) project 🚀
Any thoughts or experiences with networking in unreliable environments?
🔗 https://t.co/U92yHgG7VZ
#rustlang#DTN#IoT#LoRa#BLE
Just posted my first thread on Reddit!
It’s about my Rust-based Delay Tolerant Networking (DTN) project 🚀
Any thoughts or experiences with networking in unreliable environments?
🔗 https://t.co/U92yHgG7VZ
#rustlang#DTN#IoT#LoRa#BLE
🚀 Started a new OSS project! Still empty for now, but I’m building a DTN implementation in Rust 🦀
I’m new to both DTN and OSS development, so any feedback or advice is more than welcome!
https://t.co/vBwVlYL4BZ
#RustLang#OSS#DTN#SpaceTech
🔐Implementing DTN with BPv7?
Security matters.
RFC 7242 = for BPv6.
Use RFC 9172 (BPSec) + 9173 (BIB/PCB) for BPv7 integrity & confidentiality.
Skip for PoC, but mandatory in production.
#DTN#SpaceComms#BPv7#Security#RFC