Git Product home page Git Product logo

Comments (4)

ajmarks avatar ajmarks commented on August 16, 2024

So, it's funny you should mention that.  The API clearly has support for multiple floors.  I haven't played with it much, but the properties are definitely there. Like, if you instantiate the Python API, there are elements in the properties_full dict for multi-floor support.

Along these lines, one thing I've really wanted to do but haven't had a chance is to figure out the floor image format.

As far as Shark goes, I haven't heard anything, but the app is super easy to MITM and they haven't complained, so /shrug I guess? Ayla's API is pretty well documented if you want to poke around. Links to their API browser are:

from sharkiq.

BurtHarris avatar BurtHarris commented on August 16, 2024

Sounds good, I'll dig into it. Thanks for the links.

The map format would be interesting, but seems unnecessary to support what I'm looking for, especially if the API already has some form of support for the concept.

from sharkiq.

jerrynsr avatar jerrynsr commented on August 16, 2024

Any update on this ? Is the map in memory or stored in the Ayla cloud ?

from sharkiq.

travipross avatar travipross commented on August 16, 2024

Regarding this: I've poked around with the API manually, and found that the actual map files appear to be some binary storage, likely of point data which gets rendered on the device locally. I can't determine the format of the file though, and it's entirely possible that it's a proprietary format. I'm not sure how to identify it. But it's not a gzip, zip, tar, png, or jpg.

For reference: When fetching properties from the API, one of them should look like this (some content removed for privacy):
image

If you then follow the URL found within the value field, you get something like this:
image

That last url is a signed AWS S3 url which allows you to download the binary file. Now what to do with it? I don't know if we'll ever know.

from sharkiq.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.