vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
7.12k stars 277 forks source link

Support linux-mipsel platform? #16

Open shenfu1991 opened 6 years ago

shenfu1991 commented 6 years ago

hi,i hava a router and i like this project. cpu is mt7621, Architecture linux-mipsel, so is it Support ?

vi commented 6 years ago

I'll try to make a build.

Unfortunately, websocat is rather big (due to Rust's love of static generics and inbuilt library). How many RAM does the router have?

Do you need SSL support?

vi commented 6 years ago

Published websocat_nossl_mipsel and websocat_mipsel.

Does it work for you?

vi commented 6 years ago

Note that it does not work with openwrt-malta-le-vmlinux-initramfs.elf because of musl vs usual libc differences.

vi commented 6 years ago

Added websocat_nossl_openwrt_malta. It's rather bulky for OpenWRT although.