Git Product home page Git Product logo

bigfoot's People

Contributors

franrios avatar gitbook-bot avatar jmrr avatar jsdario avatar luisfpinto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bigfoot's Issues

Issue on Discovery primitives documentation

If you go to https://netbeast.gitbooks.io/bigfoot/chapter1.html and I see the example with the title "Scan"

var Server = require('node-ssdp').Server

server = new Server({
  sourcePort: 1900,
})

server.addUSN('bigfoot:all')

server.start()

process.on('exit', function() {
  server.stop() // advertise shutting down and stop listening
})

This is actually an annoucement on ssdp not a scan. The application will do the Scan process after the hardware has launched the announcement message through ssdp on this case.

So the process on the documentation should be:

  1. Announcement using SSDP or other kind of method
  2. Scan by Yeti
  3. Ping

Bigfoot devices in Yeti Smart Home

I declared devices of different topics. I found them through Yeti Smart Home app, that's perfect.

Widgets work nicely, but when I try to control some topics, it crashes or is not possible.
Switch & Music topics are fine ๐Ÿ‘
Bulb & Thermostat cause a crash ๐Ÿ‘Ž
Camera devices seems to be empty :|

Motion required

Hello! can anyone tell me how to add motion pictures on my website through javascript. I want to add motion icons and pictures on this website getapkmod, Thanks.

Discovery methods

You are using SSDP as a discovery service.

  ssdpServer = new Ssdp.Server({
    suppressRootDeviceAdvertisements: true,
    location: `http://${ip.address()}:${port}`,
    sourcePort: 1900,
  })
  ssdpServer.addUSN('bigfoot:all')
  ssdpServer.start()

Is there in your roadmap any spot for another discovery process? cloud?

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.