Libraries and helpers for interacting with the Spark Works IoT core using the mapper interfaces.
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.
- Using Python