particle-iot / spark-setup-ios

(DEPRECATED) Spark device setup library - Soft AP Cocoapod/Carthage lib for iOS
Apache License 2.0
19 stars 25 forks source link

Setup: Mocks (device) #6

Open idokleinman opened 9 years ago

idokleinman commented 9 years ago

From @idokleinman on January 14, 2015 2:50

Photon network responses mock build a node.js TCP socket server that responds to all soft AP protocol commands successfully. https://github.com/spark/photon-wiced/blob/master/soft-ap.md Modify SparkSetupManager so it can run on local wifi (not device SSID prefix) - app will be able to run on simulator now build test suite (low priority) This will also be used by Android and Phonegap CC: @jensck @nexxy

Copied from original issue: spark/mobile-sdk-ios#36

idokleinman commented 9 years ago

From @emilyrose on January 14, 2015 18:5

great idea!

idokleinman commented 9 years ago

Done (Mat) - need testing