Readme for dummies
This commit is contained in:
parent
36c55ab1c7
commit
85d0c659f1
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
Now available minimal UI in terminal, but SDK supports all functionality of ping feature (except converting IPv6 address to native type).
|
||||
|
||||
Test program available only on linux, but final release will be on available on mac and windows too.
|
||||
|
||||
## Build
|
||||
```shell
|
||||
chmod +x ./gradlew
|
||||
./gradlew :programs:test:linkDebugExecutableLinuxX64
|
||||
```
|
||||
|
||||
Output binary file: `./programs/test/build/bin/linuxX64/debugExecutable/test.kexe`
|
||||
|
||||
## Use
|
||||
```shell
|
||||
./test.kexe $IPv4_1 $IPv4_2 $IPv4_3 $IPv4_4 ...
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user