Commit Graph

12 Commits

Author SHA1 Message Date
Mario Fetka
9f1b35e2d7 build standalone ipx utilities without ncpfs private headers 2026-04-29 19:17:48 +02:00
Mario Fetka
ea1cadb737 build standalone ipx utilities without ncpfs private headers 2026-04-29 19:17:02 +02:00
Dmitry Podgorny
80f13f2193 Resolve gcc warnings in the utils 2021-10-31 00:52:44 +03:00
Dmitry Podgorny
15526d8c4c Fix warnings and errors in samples
- Use <netipx/ipx.h> from glibc, because Linux 5.15 removes <linux/ipx.h>
- Pack whole structure instead of individual fields
- Network is 32bit value, avoid unsigned long to work on 64bit systems
2021-10-31 00:48:33 +03:00
Dmitry Podgorny
7d71376dca Add Samples to .gitignore 2021-10-31 00:47:22 +03:00
Dmitry Podgorny
448fea22c2 Integrate with autotools 2020-05-31 00:09:21 +03:00
Dmitry Podgorny
bfbe6ba67a README: update path to ipx related files 2020-05-29 21:55:22 +03:00
Dmitry Podgorny
4b99eb83c3 Add .gitignore 2020-05-29 21:54:42 +03:00
Dmitry Podgorny
268f8cd0c1 Samples: clean ipxrcv and ipxsend
Zero sipx buffers not to have garbage. Send message to broadcast
address, so the remote side receives the message.
2020-05-29 21:42:29 +03:00
Dmitry Podgorny
d080e6e7dd ipx_interface: getopt() returns int
On arm64 board loop with getopt() runs infinitely when returned value is
checked as 'char'. Convert it to int, so -1 is handled properly.
2020-05-29 21:07:44 +03:00
Dmitry Podgorny
192273ffae Apply patches from Gentoo project 2020-05-29 23:41:57 +03:00
Dmitry Podgorny
6a961dc310 Initial commit
Add original ipx-1.1.
2020-05-29 23:38:57 +03:00