markqvist
markqvist
The power drain issues will vary from device to device, and unfortunately there's now way to "solve" this universally, as it is really a device-dependent hardware issue. I've posted about...
Closing as there is not really much we can do to improve this, other than user awareness.
It's not an "issue" I can "fix", so it doesn't belong on the issue tracker as an open issue. It's not like closing it makes it invisible to people or...
I really appreciate your willingness to help, but I'm just going to kindly ask if you read the [Contribution Guidelines](https://github.com/markqvist/Reticulum/blob/master/Contributing.md#writing-code)? Also [this one](https://github.com/markqvist/Reticulum/pull/493) for reference.
Looking at your PR, it's seems like you're putting the proper attention into doing everything well and consistently, and the changes are definitely for the better, so in this case,...
Oh, and forgot, the `"xyz".encode("ascii")` are a no-go. Please keep them as `b"xyz"`.
Hah! Okay! There you go, didn't even think there were any left. My mistake!
It won't build with p4a. That's why the string formatting was written like that in the first place.
This would happen if `rnsd` and MeshChat uses two different configuration directories (for example if running as different users), but still using the same shared instance control port. If you...
The `rnspure` package is supposed to offer a fully functional RNS stack and basic utilities with no external dependencies, but currently will not work without PyCA/Cryptography, since it needs to...