Commit graph

618 commits

Author SHA1 Message Date
Eric Shu
25945b162d Define NMRP_ETH_TIMEOUT_S constant and use it in Ethernet connection timeout logic 2024-11-23 19:17:58 -08:00
Eric Shu
4a10c53b1a Increase time to wait for Ethernet connection 2024-11-10 11:39:12 -08:00
Eric Shu
97ae349fbe Update README.md: Add RAX75 2024-11-10 10:18:33 -08:00
Joseph C. Lehner
1da13cff8e Fix CMakeLists.txt 2024-10-05 15:12:16 +02:00
Joseph C. Lehner
de4b77dde6 Update CMakeLists.txt 2024-10-02 17:57:00 +02:00
Joseph C. Lehner
6b75145cec Add CMakeLists.txt (WIP) 2024-10-02 17:16:44 +02:00
Joseph C. Lehner
f81415d926 Merge branch 'master' of github.com:jclehner/nmrpflash 2024-10-02 15:23:54 +02:00
Joseph C. Lehner
e95f4ecb79 Show TFTP upload progress 2024-10-02 15:18:37 +02:00
Joseph C. Lehner
ab3d77418c Don't seek fd if no -S <offset> was specified 2024-10-02 15:18:01 +02:00
Joseph C. Lehner
904479bc1a Prettier output 2024-10-02 14:39:34 +02:00
Joseph C. Lehner
0cf08aa1ad
Update README.md 2024-10-01 16:19:29 +02:00
Joseph C. Lehner
72fb509fcd
Update README.md 2024-10-01 16:19:07 +02:00
Joseph C. Lehner
6e8989c95f
Update README.md 2024-10-01 16:18:33 +02:00
Joseph C. Lehner
909d89f2cb
Update README.md 2024-10-01 16:18:04 +02:00
Joseph C. Lehner
4e4e78e622
Update README.md 2024-10-01 16:17:21 +02:00
Joseph C. Lehner
0b755d44f8 Update Makefile and Dockerfile 2024-10-01 11:42:29 +02:00
Joseph C. Lehner
c5f26b85e4 Update Makefile and Dockerfile 2024-10-01 11:32:18 +02:00
Joseph C. Lehner
11be614310 Silence wget 2024-09-30 16:50:59 +02:00
Joseph C. Lehner
e6767ecbad Ignore cache for Docker builds 2024-09-30 16:47:42 +02:00
Joseph C. Lehner
30f45072b9 Bump version 2024-09-30 12:35:52 +02:00
Joseph C. Lehner
d6e3f15d55 Call nmrp_discard only when neccessary
Speeds up TFTP transfers on Windows
2024-09-30 12:35:42 +02:00
Joseph C. Lehner
20fb82ab3a Use TFTP spinner for NMRP too 2024-09-30 12:32:03 +02:00
Joseph C. Lehner
b55f42b764 Show warning when using Wi-Fi interfaces 2024-09-30 10:02:58 +02:00
Joseph C. Lehner
8681520963 Don't continue in blind mode if Ethernet cable is disconnected 2024-09-30 09:57:09 +02:00
Joseph C. Lehner
90f28cbffd Update main.c 2024-09-30 09:55:47 +02:00
Joseph C. Lehner
2d10bf7045 Update Makefile 2024-09-29 11:59:31 +02:00
Joseph C. Lehner
fe966f75af Print nmrpflash version when running with -vv 2024-09-29 11:41:53 +02:00
Joseph C. Lehner
11a55e27a4 Print message when skipping ethernet connection detection 2024-09-29 11:38:44 +02:00
Joseph C. Lehner
fba44211d7 macOS: fix pretty interface name extraction 2024-08-04 12:43:54 +02:00
Joseph C. Lehner
a0406519d2 Set MAC env var to the address used for ARP 2024-07-11 12:28:25 +02:00
Joseph C. Lehner
9478aae5ce Merge branch 'master' of github.com:jclehner/nmrpflash 2024-07-10 19:24:04 +02:00
Joseph C. Lehner
4b5aae9cb4 Improve handling of -f and -c options
1. Abort, if the command specified by `-c` failed.
2. Wait for remote reponse if `-c` is specified without `-f` (assume
   `-c` is a command to upload the firmware file).
2024-07-10 19:17:06 +02:00
Joseph C. Lehner
ac362b1219
Update README.md 2024-07-05 18:28:37 +02:00
Joseph C. Lehner
346ada7022 Allow overriding MAC used by ARP 2024-07-05 18:18:43 +02:00
Joseph C. Lehner
50bb426cce Less confusing message for TFTP_UL_REQ w/o filename 2024-06-27 09:04:46 +02:00
Joseph C. Lehner
52786623bf
Update README.md
As reported by #149.
2024-05-11 18:41:34 +02:00
Joseph C. Lehner
0fadb279c5
Update README.md
Closes #149.
2024-05-11 18:40:00 +02:00
Joseph C. Lehner
06f1a39e27
Update README.md
Closes #147.
2024-05-09 14:56:28 +02:00
Joseph C. Lehner
d810575972
Update README.md 2024-01-11 13:02:54 +01:00
Joseph C. Lehner
812909d23a
Update README.md 2024-01-11 12:31:24 +01:00
Joseph C. Lehner
9643261668
Update README.md 2024-01-11 12:27:40 +01:00
Joseph C. Lehner
223575bbd0
Update README.md 2024-01-11 12:26:51 +01:00
Joseph C. Lehner
1545996501 Fix potential NULL dereference 2024-01-11 12:25:30 +01:00
Joseph C. Lehner
4b28cf9a66 Update copyright date 2024-01-11 12:25:19 +01:00
Joseph C. Lehner
5138c9f09a Revert "Allow changing the region without uploading a firmware file"
This reverts commit 6838a3a546.
2024-01-11 12:23:56 +01:00
Joseph C. Lehner
6838a3a546 Allow changing the region without uploading a firmware file 2024-01-11 12:23:20 +01:00
Joseph C. Lehner
fb9cf62f74 Prettier #ifdef indents 2023-10-23 16:44:24 +02:00
Joseph C. Lehner
affcd0be47 Fix error handling
Fixes #82.
2023-10-23 16:44:08 +02:00
Joseph C. Lehner
c234a07d67 Decrease default TFTP timeout 2023-10-23 16:43:53 +02:00
Joseph C. Lehner
a0c1624125 Don't try to drain late NMRP packets in one go 2023-10-23 16:43:53 +02:00