-
Notifications
You must be signed in to change notification settings - Fork 2
Add userID and projectID to Sensor registration event #56
Comments
Does the userID have to be one with permissions for the projectID? There needs to be a way to register a receiver deployment separately from We could assign compudata a motus userID and projectID, and just use |
Yes: the userid is meant to be the one associated with the specific project. I will let Denis chime in here I guess. I can't say that i really 'get' the registration steps! BTW: we will continue to support the receiver deployment function, where these parameters can be added as well. |
It's useful to know (about compudata). Any chance that the process at compudata can be modified to include those details? I'm not sure I understand the current flow. Compudata connects to SG data, which then registers with Motus? Is that something you (we) have to initiate, or something that CD does? If there is a way to link those units to a Motus user and/or Motus project ID right at the source, then I think that would resolve the question of the initial registration and link between units and projects, and do away with the need for adding a user-driven process upon deployment, which is something I have been keen to resolve for a while. It would at least work for new receivers coming out of Compudata, but not for those already in operation being transferred between projects. As Paul says, the deployment API will continue to accept a project ID, so the new feature is really only an alternative way to assign a receiver to a project without having to send a full deployment. |
It's nothing particular to compudata at the moment - anyone who builds an SG and installs one of
Only the "sync" function feeds anything into the motus data stream; the rest is for low-latency status Some receivers run a version of the software that sends UDP datagrams instead of establishing a Obviously, bits and pieces have been added as users have requested them, so the functionality is |
We have updated the Motus api (v2.0) entrypoints for the sensor registration, so that they now accept both userID and projectID. I've updated the entry in the v 2.0 docs:
https://github.com/MotusDev/MotusAPI/blob/master/Motus_API_2.0.md
Let me know of concerns.
This change is in the beta server right now. EG:
https://beta.motus.org/api/receiver/register
And we will push it to the live server in the next couple of days. If you happen to have a sensor registration to be processed, and can insert these parameters into the request json structure, we will track the result.
The text was updated successfully, but these errors were encountered: