--
You received this message because you are subscribed to the Google Groups "Open Source CAD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-source-c...@googlegroups.com.
To post to this group, send email to open-so...@googlegroups.com.
Visit this group at http://groups.google.com/group/open-source-cad.
For more options, visit https://groups.google.com/d/optout.
--
--
--
So it looks like the only way to dig into that, is to dig into the code here: https://github.com/tananaev/traccarMost of the API is already available on GitHub master branch, so you can use it if you want. Unfortunately there is no documentation yet, so you need to look through the code to understand how it works.
For example to create a device you need to call
/api/device/add
with device JSON object.
--
Roberto, LoRaWAN looks interesting. Now, FYI, the Tix interface, realized in file incs/remotes.inc.php, typically implements a server-to-server connection, with the Tix end polling the remote (logically, if not physically) protocol-specific server on a timed basis. The Tix end collects device position data from the remote in the exchange using its published API, and updates responder and tracking tables via conventional SQL calls.
So does your LoRaWAN network currently implement a server? Without such, a Tix interface appears impractical. With it, it's a 'simple matter of code'.
AS
--
You received this message because you are subscribed to a topic in the Google Groups "Open Source CAD" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-source-cad/xdtyURynGkI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-source-c...@googlegroups.com.
To post to this group, send email to open-so...@googlegroups.com.
Visit this group at https://groups.google.com/group/open-source-cad.
To view this discussion on the web visit https://groups.google.com/d/msgid/open-source-cad/4bc2746e-5ab0-47e3-ac99-96063bf6afbf%40googlegroups.com.
Robert
--
You received this message because you are subscribed to the Google Groups "Open Source CAD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-source-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/open-source-cad/0a0f0aa8-e84a-4e3c-ab7a-933aff719aa2%40googlegroups.com.
Check out the thread on the other Traccar post.
https://groups.google.com/forum/m/#!topic/open-source-cad/hxbca1hr2tg
I will not upload it to this thread to prevent confusion and duplication the copies.
I can pm the files if needed.
Robert