@krazineurons Have you looked at https://github.com/spark/softap-setup-js?
Just found this related reply: Webpages on Photon / SoftAP
This code works great from a server-side nodejs app. However, I’m struggling to get the client (browser) side working.
I’m using Browserify to “flatten” all the required nodejs modules for softap-setup-js into a single client-side javascript file. “nconf” is a known issue with Browserify (which softap-setup uses). I’m having problems trying to use SoftAPSetup using “tcp” (i.e. via the “net” module)… even when using net-browserify. The http protocol doesn’t appear to be available on my Photon… I’ve tried to do a GET on http://192.168.0.1/device-id with Postman but it doesn’t appear to be listening on port 80 (pinging 192.168.0.1 works).
Hopefully these details help flush out some answers.