Quickstart
Steps to onboard your first station and start collecting data
Prerequisites
- Autumn Labs enabled manufacturing line. Contact us at info@autumnlabs.io to get access!
- Access to station machine running Linux, Windows, or macOS (SSH remote access works too)
Onboarding
Station secret
Copy the station secret from the dashboard "Overview" page. This is a unique identifier for this specific station.
Install the client
Run the following on the station machine:
curl https://client.autumnlabs.io/get | bash
curl https://client.autumnlabs.io/get | bash
curl https://client.autumnlabs.io/get/windows -o install.bat
.\install.bat
Install the SDK
Based on your language of choice, follow the instructions to install the SDK.
pip install autumnlabs --extra-index-url https://client.autumnlabs.io/get/sdk/python
Coming soon!
Push your first log
Restart or re-source your shell, or open a new terminal, to ensure the newly installed al
package is recognized.
al push log "Hello World"
Receive realtime data!
Open the dashboard and see your first log. Happy autumn-ating! 🚀