Skip to content

sticnarf/scutclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scutclient

Features

  • Optional luci interface
  • Base on raw socket
  • Independent of pcap & pthread library

Automake

autoreconf -fi
./configure
make
sudo make install

Configure with --prefix="/path/to/bin" to specify destination.

It cannot run on macOS, use drcom-generic on python(x) instead.

OpenWrt/LEDE

  • Install OpenWrt/LEDE build system and essential dependencies. Use SDK(recommended), source code or ImageBuilder)
  • Place "openwrt" folder in Buildroot/packages and renamed "scutclient".
  • If you use source code, you should run make menuconfig to configure target platform.
  • Build the package (Internet access is needed for downloading sources)
make package/scutclient/compile V=s

Notice: We found out that you need to install the following dependices

ccache automake

Padavan

See hanwckf/scutclient

Contact us

SCUT Router Group (Audit) on QQ : 262939451

SCUT Router Group on Sina Weibo

Licenses

AGPLv3

We believe that you know what you are doing. You should get this software for free.

About

SCUT network client on Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.0%
  • Makefile 3.8%
  • M4 1.1%
  • Shell 1.1%