Go to file
Dan Ballard 91b8c14464 comment out testing echo bot till its updated to new downstream ricochet changes 2018-01-21 14:52:57 -08:00
od moving od interface into sub directory to make room for im work 2017-10-18 00:59:44 -07:00
.gitignore added call to gen cert and start echobot (first test of calling tor control to setup onion HS 2017-08-16 07:44:38 -07:00
README.md added call to gen cert and start echobot (first test of calling tor control to setup onion HS 2017-08-16 07:44:38 -07:00
goRicochetMobile.go comment out testing echo bot till its updated to new downstream ricochet changes 2018-01-21 14:52:57 -08:00
goRicochetMobile_test.go start trying to call ricochet-go 2017-11-27 00:17:49 -08:00

README.md

goRicochetMobile

An experimental wrapper of go-ricochet, the ricochet protocol library, to be used in Java via gomobile

Notes

gomobile gotchas

  • Using Java camelcase packnameing because gomobile + Java have problems with '_'s and '-'s