Index of /QNX/8.0/socat/
Name | Last Modified | Size | Type |
../ | | - | Directory |
README.txt | 2025-Aug-25 15:51:04 | 0.6K | text/plain; charset=utf-8 |
filan | 2025-Aug-25 15:42:38 | 105.8K | application/octet-stream |
procan | 2025-Aug-25 15:42:38 | 101.4K | application/octet-stream |
socat | 2025-Aug-25 15:42:34 | 483.4K | application/octet-stream |
socat-broker.sh | 2025-Aug-25 15:42:35 | 3.0K | text/x-sh; charset=utf-8 |
socat-chain.sh | 2025-Aug-25 15:42:36 | 8.0K | text/x-sh; charset=utf-8 |
socat-mux.sh | 2025-Aug-25 15:42:36 | 4.3K | text/x-sh; charset=utf-8 |
socat1 | 2025-Aug-25 15:42:37 | 483.4K | application/octet-stream |
# socat, ported to QNX 8.0
# http://www.dest-unreach.org/socat/
Bins:
curl https://astr0baby.online/QNX/8.0/socat/socat -o socat -k
curl https://astr0baby.online/QNX/8.0/socat/procan -o procan -k
curl https://astr0baby.online/QNX/8.0/socat/filan -o filan -k
Build:
$ source ~/qnx800/qnxsdp-env.sh
$ mkdir ~/qnx800/SRC
$ cd ~/qnx800/SRC
$ wget https://astr0baby.online/QNX/8.0/build-files/ports/socat.tgz
$ tar -zxvf socat.tgz
$ rm socat.tgz
$ cd ~/qnx800/SRC
$ wget https://astr0baby.online/QNX/8.0/SRC/socat-1.8.0.3.tgz
$ tar -zxvf socat-1.8.0.3.tgz
$ rm socat-1.8.0.3.tgz
$ QNX_PROJECT_ROOT="$(pwd)/socat" make -C build-files/ports/socat install