Skip to content

SparkWorksnet/SparkWorksIoTCoreMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Spark Works IoT Core Mapper

Libraries and helpers for interacting with the Spark Works IoT core using the mapper interfaces.

Creating a mapper

Visit the Things page of your deployment's web console and create a new mapper device. This will provide you with the following:

  • DeviceId: in the form of {Deployment}_mapper_{someId}
  • Device Certificate
-----BEGIN CERTIFICATE-----
ABCDEFG....ABCDEFG
-----END CERTIFICATE-----
  • Device Private Key
-----BEGIN RSA PRIVATE KEY-----
ABCDEFG....ABCDEFG
-----END RSA PRIVATE KEY-----
  • Device Public Key
-----BEGIN PUBLIC KEY-----
ABCDEFG....ABCDEFG
-----END PUBLIC KEY-----

Download these keys as this is the only time you will have access to them.

Publishing Data to Spark Works IoT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages