UNPKG

sphero-pwn

Version:
11 lines (9 loc) 294 B
Discovery = require './discovery.coffee' # Called when "npm start" is called. module.exports = -> Discovery.on 'channel', (channel) -> console.log "Discovered Sphero: #{channel.sourceId}" channel.close() Discovery.on 'error', (error) -> console.error error Discovery.start()