Skip to content

AaronGarbut/indole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INDOLE

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

  1. gcc
  2. golang

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

  1. supervisor
  2. docker

Documentation

For more documentation, see doc

Donation

  • BTC: bc1q5yvtyhn7uf60xwkck55dl5c909ywae75u8235r

Packages

No packages published

Languages

  • Go 82.9%
  • C 14.9%
  • HTML 2.2%