mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 06:19:31 +08:00
Updated how to choose a binary for your device (markdown)
parent
fc0b3f6f76
commit
6c4ca66bdf
@ -5,17 +5,25 @@ For 64bit system, use udp2raw_amd64
|
|||||||
|
|
||||||
For 32bit system, use udp2raw_x86
|
For 32bit system, use udp2raw_x86
|
||||||
|
|
||||||
### Android,Raspberry Pi,Router with ARM CPU (armv6 and above)
|
### Android,Raspberry Pi,Linux-based Router with ARM CPU(armv6 and above)
|
||||||
|
|
||||||
use udp2raw_arm
|
use udp2raw_arm
|
||||||
|
|
||||||
### Router with MIPS CPU (mips24kc and above)
|
### Linux-based Router with MIPS CPU (mips24kc and above)
|
||||||
|
|
||||||
For big-endian system,use udp2raw_mips24kc_be
|
For big-endian system,use udp2raw_mips24kc_be
|
||||||
|
|
||||||
For little-endian system,use udp2raw_mips24kc_le
|
For little-endian system,use udp2raw_mips24kc_le
|
||||||
|
|
||||||
### Other Device
|
### Windows/MacOS
|
||||||
|
|
||||||
|
Make sure you have installed a virtual machine (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.
|
||||||
|
|
||||||
|
### Other Linux-based Device
|
||||||
You have to build by yourself.Check:
|
You have to build by yourself.Check:
|
||||||
|
|
||||||
https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/build_guide.md
|
https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/build_guide.md
|
||||||
@ -30,11 +38,11 @@ For 64bit system, try udp2raw_amd64_hw_aes
|
|||||||
|
|
||||||
For 32bit system, try udp2raw_x86_asm_aes
|
For 32bit system, try udp2raw_x86_asm_aes
|
||||||
|
|
||||||
### Android,Raspberry Pi,Router with ARM CPU (armv6 and above)
|
### Android,Raspberry Pi,Linux-based Router with ARM CPU (armv6 and above)
|
||||||
|
|
||||||
try udp2raw_arm_asm_eas
|
try udp2raw_arm_asm_eas
|
||||||
|
|
||||||
### Router with MIPS CPU (mips24kc and above)
|
### Linux-based Router with MIPS CPU (mips24kc and above)
|
||||||
|
|
||||||
For big-endian system,try udp2raw_mips24kc_be_asm_aes
|
For big-endian system,try udp2raw_mips24kc_be_asm_aes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user