Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 664 Bytes

developer_use.md

File metadata and controls

20 lines (17 loc) · 664 Bytes

Developer Use

You can import the most current release by using www.jitpack.io.

  • Useful for parsing JSON packets stored in CouchDB. solarthing-android uses this
  • You can parse Outback Mate packets directly
  • You can read and write to a Renogy Rover easily

Import it like this:

allprojects {
    repositories {
        maven { url 'https://www.jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.wildmountainfarms.solarthing:core:<CURRENT VERSION HERE>'
}