Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
thsq-jetstream
Advanced tools
`thsq-jetstream` is a tool for connecting a [Thingsquare](https://www.thingsquare.com/) IoT system to a third-party IoT cloud, such as AWS IoT or Microsoft Azure. It can also be used to post data to any REST API that supports an HTTPS POST endpoint.
thsq-jetstream
is a tool for connecting a Thingsquare IoT system to a third-party IoT cloud, such as AWS IoT or Microsoft Azure. It can also be used to post data to any REST API that supports an HTTPS POST endpoint.
sudo npm install -g thsq-jetstream
See help for how to set up data selection filters:
thsq-jetstream -h
Output s.p
data to console instead of to a cloud service:
thsq-jetstream -u <thingsquare user token> --dryrun --filter s.p
Below are instructions for getting started with publishing data to an AWS IoT device.
thsq-jetstream
https://console.aws.amazon.com/iot/
Send s.p
data to AWS IoT:
thsq-jetstream -u <thingsquare user token> --awsclient=<connectionstring> --filter s.p
Subscribe to the MQTT topic topic
on the AWS IoT website (Act > Test
) to see data posted in real-time.
Below are instructions for getting started with publishing data to Microsoft Azure Storage.
thsq-jetstream
Send s.p
data to Azure Storage:
$ thsq-jetstream -u <thingsquare user token> --azurestorage=<connectionstring> --azuretable=<tablename> --filter s.p
You can use the Microsoft Azure Storage Explorer
application to view and inspect posted data.
Below are instructions for getting started with publishing device data and replicating device identities to Microsoft IoT Hub.
thsq-jetstream
Publish to Azure IoT Hub:
$ thsq-jetstream -u <thingsquare user token> --azureiot=<connectionstring> --azureendpoint=<endpoint> --filter s.p
Below are instructions for getting started with publishing data to a HTTPS POST REST API.
thsq-jetstream
Send s.p
data to an HTTPS POST REST API:
$ thsq-jetstream -u <thingsquare user token> --rest=<resturl> --filter s.p
You can test the REST functionality using publicly available REST API services such as https://httpbin.org/post
.
FAQs
`thsq-jetstream` is a tool for connecting a [Thingsquare](https://www.thingsquare.com/) IoT system to a third-party IoT cloud, such as AWS IoT or Microsoft Azure. It can also be used to post data to any REST API that supports an HTTPS POST endpoint.
The npm package thsq-jetstream receives a total of 0 weekly downloads. As such, thsq-jetstream popularity was classified as not popular.
We found that thsq-jetstream demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.