Great tool!
I just tried it on my RD23 EU model.
Will the app be included in OpenWRT's packages repo? And perhaps the installation guide can be better explained.
Prerequisites: curl, i2c-tools
- Download the package onto the device.
cd /tmp
curl -LO https://github.com/Caian/xinfc/releases/download/v2024-01-29/xinfc_2024-01-29_openwrt_
ax3000t.tar.gz
- Extract twice
gunzip xinfc_2024-01-29_openwrt_ax3000t.tar.gz
tar x -f xinfc_2024-01-29_openwrt_ax3000t.tar
- Run it
cd xinfc
./xinfc-wsc 0 0x57 Eray xxxxxxxx psk2
The alternative is SCP but I don't like it. 😃
Great tool!
I just tried it on my RD23 EU model.
Will the app be included in OpenWRT's packages repo? And perhaps the installation guide can be better explained.
Prerequisites:
curl,i2c-toolsThe alternative is SCP but I don't like it. 😃