Skip to content
Nathan Freitas edited this page Jun 22, 2018 · 7 revisions

Welcome to the chimeapp wiki!

Wind Chime Announce Protocol

Scheme

wcap: or wcap://

Parameters

  • name

  • chimeId

  • ssid

  • bssid (optional)

  • key (optional)

  • latitude (optional)

  • longitude (optional)

  • radius (optional)

  • serviceUri

  • servicePackage (optional)

  • serviceType [web,fdroid,piratebox,librarybox]

  • begin

  • end

Examples

wcap:lat=135.2&lon=35.4&begin=0000-00-00T03:00:00Z&end=0000-00-00T05:59:59Z&ssid=librarybox.lan&bssid=24:a4:3c:9e:d2:84&serviceType=fdroid&servicePackage=org.fdroid.fdroid&serviceUri=http%3A%2F%2F192.168.1.1%2Ffdroid%2Frepo%3Ffingerprint%3DB7C2EEFD8DAC7806AF67DFCD92EB18126BC08312A7F2D6F3862E46013C7A6135

wcap:ssid=librarybox.lan&bssid=24:a4:3c:9e:d2:84&serviceType=fdroid&serviceUri=http%3A%2F%2Flibrarybox.lan%2Ffdroid%2Frepo%3Ffingerprint%3DB7C2EEFD8DAC7806AF67DFCD92EB18126BC08312A7F2D6F3862E46013C7A6135

wcap:ssid=piratebox&serviceType=chat&serviceUri=http%3A%2F%2F192.168.1.1%2Fchat


KML sample with WCDP

<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.0"> <Document> <Placemark> <name>Weekly Cafe</name> <TimeSpan> <begin>0000-00-00T03:00:00Z</begin> <end>0000-00-00T05:59:59Z</end> </TimeSpan> <description>wcap:ssid=librarybox.lan&bssid=24:a4:3c:9e:d2:84&serviceType=fdroid&serviceUri=http%3A%2F%2Flibrarybox.lan%2Ffdroid%2Frepo%3Ffingerprint%3DB7C2EEFD8DAC7806AF67DFCD92EB18126BC08312A7F2D6F3862E46013C7A6135</description> <Polygon>
<altitudeMode>absolute</altitudeMode> <outerBoundaryIs> <LinearRing> <coordinates> 135.2, 35.4, 0. 135.4, 35.6, 10000. 135.2, 35.6, 5000. 135.2, 35.4, 0. </coordinates> </LinearRing> </outerBoundaryIs> </Polygon> </Placemark> </Document> </kml>

Clone this wiki locally