Jeremy Cooper
Jeremy Cooper
Co-authored-by: joecaswell
# What's new This fixes #3347 by implementing a read loop which reads the file bit by bit until completed. # Verification Tested with a Mifare DESFire card which exhibited...
# Summary The DESFire card "poller" does not appear to be able to adequately dump more than 472 bytes from any DESFire card file, even if the file's metadata indicates...
# Summary Some apps that use blockchain-core without intending to follow the chain (e.g. the Helium miner) will receive a crash notice in `blockchain_worker` every 90 seconds after it attempts...
*This PR is mutually exclusive with https://github.com/helium/miner/pull/1865* @mikev says: Recently we've taken a close look at PoC in the context of AS923. Network observations show that AS923 PoC is beaconing...
The TNCD monitoring port allows an administrator to view received packets on a TNC in human-readable form, e.g. ``` AA6AX-1->KE6JJJ-1 I NR=2 NS=0 pid=Text cnt:17 [JNOS-2.0m-IHM$] KE6JJJ-1->AA6AX-1 I NR=1 NS=2...
When TNCD starts up it would be very helpful to have a facility so that an initialization procedure or "chat" script can be run to put the TNC in the...
Control of the code's version number needs to be in the config file. To some extent it is now, but I found one instance where it's assigned in a *.h...
More control is needed in the config file over the sending of WP Updates. There already is some, but it could be better. Under what conditions will an Update be...
In the translate file, if the command !copy is given, it sends out a duplicate to the world. For example: `|P >SYSOP: !COPY wb6yru !DONE` This generates a copy and...