-
Notifications
You must be signed in to change notification settings - Fork 1.2k
how to choose a binary for your device
For 64bit system, use udp2raw_amd64
For 32bit system, use udp2raw_x86
use udp2raw_arm
For big-endian system,use udp2raw_mips24kc_be
For little-endian system,use udp2raw_mips24kc_le
Make sure you have installed a virtual machine software(such as VMware or VirtualBox).
Download and import lede-17.01.2-x86_virtual_machine_image_with_udp2raw_pre_installed.zip
,Its less than 10MB.
Use the udp2raw inside virtual machine(make sure the virtual machine runs at bridged mode).
You have to build by yourself. Check:
https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/build_guide.md
After you make sure udp2raw works on your device with the binary you choosed in Getting Started
section,you can try a version with AES acceleration for better performance.
For 64bit system, try udp2raw_amd64_hw_aes
For 32bit system, try udp2raw_x86_asm_aes
try udp2raw_arm_asm_aes
For big-endian system,try udp2raw_mips24kc_be_asm_aes
For little-endian system,try udp2raw_mips24kc_le_asm_aes