Giter Club home page Giter Club logo

srun_login's Introduction

SRun Login for Rust

Command line login for SRun Auth Gateway.

Usage

./srun_login AUTH_GW_ENDPOINT AC_ID LOCAL_IP USERNAME PASSWORD

eg:

./srun_login "http://10.1.1.2" 1 10.233.2.97 200034322 password

Build

Take openwrt on mipsel as example.

Build stage needs Linux environment (like Ubuntu) to run openwrt toolchain (linker needed)

apt update && apt install build-essential -y

cd
wget https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-toolchain-ramips-mt7621_gcc-11.2.0_musl.Linux-x86_64.tar.bz2
tar xvf openwrt-toolchain-ramips-mt7621_gcc-11.2.0_musl.Linux-x86_64.tar.bz2

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add mipsel-unknown-linux-musl

git clone https://github.com/hilookas/srun_login.git
cd srun_login
CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_LINKER=~/openwrt-toolchain-ramips-mt7621_gcc-11.2.0_musl.Linux-x86_64/toolchain-mipsel_24kc_gcc-11.2.0_musl/bin/mipsel-openwrt-linux-musl-gcc cargo build --release --target=mipsel-unknown-linux-musl

# build result is placed at ~/srun_login/target/mipsel-unknown-linux-musl/release/srun_login

License

MIT

Copyright (c) 2021, lookas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.