You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea behind this is that the main problem factor to port rns to microcontroller for simple repeater is the cryptography dependency.
With a extra lite version or a start argument that disables everything other then the transport,
That would be much simpler. And you don't need the rest for a simple repeater, which would make it more lightweight.
I'm not that much into the rns code, so someone other with more known of the code should be easily be able to make this.
If using the start argument method, someone just need to put a if in the right place and maybe override transport mode to true.
This discussion was converted from issue #302 on February 29, 2024 16:08.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The idea behind this is that the main problem factor to port rns to microcontroller for simple repeater is the cryptography dependency.
With a extra lite version or a start argument that disables everything other then the transport,
That would be much simpler. And you don't need the rest for a simple repeater, which would make it more lightweight.
I'm not that much into the rns code, so someone other with more known of the code should be easily be able to make this.
If using the start argument method, someone just need to put a if in the right place and maybe override transport mode to true.
Thx
Beta Was this translation helpful? Give feedback.
All reactions