Skip to content

websrookie/smartconfigjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

smartconfigjs

Pure javascript implementation version of SmartConfig(ESPTouch).

Usage:

const { execute } = require('smartconfigjs')
const apSsid = 'your SSID'
const apBssid = 'your bssid'
const apPwd = 'your password'
const ip = 'your ip'

const res = await execute(apSsid, apBssid, apPwd, ip, false)
console.log('res: ' + JSON.stringify(res, null, 4))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%