Skip to content

Debug release

Latest
Compare
Choose a tag to compare
@Killeroo Killeroo released this 12 May 19:32
· 32 commits to master since this release

Due to NFT not being feature complete some debug arguments have been added to allow some
functionality to be shown.

the following are debug args that can be used, use the same core on the master and slave programs
for them to work correctly.

NOTE: Do not run the master and the slave programs on the same computer, this can cause fatal communication
problems. (apart from the error debug, this should be fine)

List of master arguments

/scan [range]

range: address range to scan, in format 192.168.1.10-30

scans for NFT_slaves on entered addresses, sends some debug commands and then
listens for replies. press enter to exit

/error

listens for udp error messages from the slaves

/transfer [URL] [SavePath]

URL: of local web server
SavePath: path to save file to

transfers a file from a web server and saves the file

/signature [range] [pathtofile]

range: address range to scan, in format 192.168.1.10-30
pathtofile: file to generate signature from

Will scan for slaves, generate a signature and send to slaves. press any key to disconnect once complete

List of slave commands
(use same commands as master to correctly debug)

/scan

will listen for master connection and commands

/error [addr]

addr: address of master

send udp error messages

/transfer [URL] [SavePath]

URL: of local web server
SavePath: path to save file to

transfers a file from a web server and saves the file

/signature [range] [pathtofile]

will listen for signature