hacklet
hacklet copied to clipboard
Running on Windows
I think I got libftdi installed properly on Windows since I'm not getting any errors from hacklet but when a run "hacklet commission" I get:
I, [2014-04-30T10:49:23.474831 #14204] INFO -- : Booting I, [2014-04-30T10:49:23.528836 #14204] INFO -- : Booting complete I, [2014-04-30T10:49:23.530836 #14204] INFO -- : Unlocking network I, [2014-04-30T10:49:23.561839 #14204] INFO -- : Unlocking complete I, [2014-04-30T10:49:23.563840 #14204] INFO -- : Listening for devices ... I, [2014-04-30T10:49:53.578841 #14204] INFO -- : Locking network I, [2014-04-30T10:49:53.694852 #14204] INFO -- : Locking complete
It seems to try while on "Listening for devices" but does not seem to find anything. The Modlet is right next to the dongle and the red circular light never changes to green.
Thanks for any hints
@Automate1 that all looks right. You'll probably need to add some more debugging information to see if the dongle is receiving anything.
I'd try adding logging after https://github.com/mcolyer/hacklet/blob/master/lib/hacklet/dongle.rb#L44 to see if any messages are being received.