bpennypacker / SenseME-Indigo-Plugin

Indigo Plugin for 'Big Ass Solutions' Haiku Fans with SenseME
GNU General Public License v2.0
5 stars 4 forks source link

Packet Sniffing Information #5

Closed TomFaulkner closed 5 years ago

TomFaulkner commented 7 years ago

Were you able to sniff a command to get Whoosh status without using getall? Are there any other commands that you found that aren't in the plugin?

I use your Indigo plugin to start my own library some months ago. It's on my github if you are interested in seeing it.

bpennypacker commented 7 years ago

No, I haven't found a Whoosh status command. I never saw one when I was sniffing the traffic between the iPhone app and the fan, so I tried a few combinations of commands based on the names & parameters of others but didn't have any luck.

It just occurred to me that one way of figuring this out may be to look at the iPhone app binary. The 'strings' command might shed some light on the actual commands that the app is capable of sending to the fan. Another approach may be to see if/how to download the fans firmware and examine it in a similar method. More sniffing of the app traffic and/or examining the iPhone app might show where/how it downloads the firmware when an update is available... If/when I have a little time I might give one or both of these a try.