mycelium icon indicating copy to clipboard operation
mycelium copied to clipboard

End-2-end encrypted IPv6 overlay network

Results 28 mycelium issues
Sort by recently updated
recently updated
newest added

Currently the protocol is a (subset) of the babel routing protocol. The only noteworthy deviation is the fact that router ID's are 40 bytes, and contain a public key (which...

type_feature

Downgrade libc from 0.2.154 to 0.2.153 because 0.2.154 is yanked and make it failed to build on mobile development ![image](https://github.com/threefoldtech/mycelium/assets/977552/4170cd9b-8615-4a2d-833f-f3b60765690f) compilation error ```bash #cargo build --target aarch64-apple-ios Updating crates.io index...

This switches: - from android_logger to tracing-android - from oslog to tracing-oslog - from log to the default tracing log infrastructure Most of the noise in here is changing the...

While the current implementation using both tcp and quic work, there might be benefits to implementing proper "plain" UDP sockets. While these won't be useable with the current connection trait,...

type_feature

On Android (and probably on iOS as well), [latest](https://github.com/threefoldtech/mycelium/commit/ee34c1442071017323a33599d4125339d0a4c048) `mycelium` crashed on start-stop-start cycle. steps to reproduce: - start android mycelium - stop - start again ![image](https://github.com/threefoldtech/mycelium/assets/977552/5a3cb850-c6c4-409f-88ab-aa2cba68a192) Crash message doesn't...

type_bug

Currently the mycelium binary can be used to connect both to public and to private networks. This means also that the binary to contains the additional code (mostly openssl currently)...

type_feature

version 0.5.2 I tried to install Mycelium as mentioned in the [documents](https://manual.grid.tf/documentation/system_administrators/mycelium/installation.html) but i faced `Error: NixError(EBUSY)`. ![Screenshot from 2024-05-08 17-50-01](https://github.com/threefoldtech/mycelium/assets/62248851/d211dba2-3d71-4d34-9c99-64ecc8ad457d)

Right now quic connections enter a form of zombie mode if the peer dies, and it takes some time until the router figures out the Hello/IHU threshold is passed to...

type_feature

The current quic version (actually quic-proto) depends on version 0.16 of ring, which only builds for x86 and arm. As a result, a regular build for RISC-V is currently not...

type_feature

I deployed mycelium on three machines and on each of them I see regular (every couple of seconds) CPU spikes. My router which is usually consistently at 0.00 load, even...