mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 07:05:06 -04:00
Added rnx remote command utility
This commit is contained in:
parent
fe5e74bc2b
commit
417ac9f8da
3 changed files with 682 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -27,6 +27,7 @@ setuptools.setup(
|
|||
'rnprobe=RNS.Utilities.rnprobe:main',
|
||||
'rnpath=RNS.Utilities.rnpath:main',
|
||||
'rncp=RNS.Utilities.rncp:main',
|
||||
'rnx=RNS.Utilities.rnx:main',
|
||||
]
|
||||
},
|
||||
install_requires=['cryptography>=3.4.7', 'pyserial>=3.5', 'netifaces'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue