INDOLE is an open framework for data transfer with fully customized protocol by end user.
Logo
Here is the sdf file of indole LOGO.
If you want another format, build it by open babel.
obabel indole.sdf -O indole.png -d --title ""
GUI
- Windole is a windows GUI for INDOLE.
- IndoleVPN is an windows GUI for proxy usage of INDOLE (v0.2)
- Droidindole an Android GUI/Interface
Usage
Requirements
Build
env GOPATH=$(pwd) go build indole
For windows (powershell
) users:
$env:GOPATH = (gi .)
go build indole
Run
run indole
and input the configuration (xml
format) via stdin
./indole < cfg/config.xml
For windows (powershell
) users:
cat cfg\config.xml | .\indole.exe
Deploy
The following tools are recommended for deploy
Documentation
For more documentation, see doc
from https://github.com/indole/indole
https://github.com/indole/indole/tree/master/src/indole
No comments:
Post a Comment