Skip to content

jenstyler/meraki_splash_webex_connect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cisco Meraki Splash Page using Cisco Webex Connect

This code was created to demo the use case of leveraging Cisco Webex Connect (formally IMI Connect) to deliver the SMS authorization code to Guest Wifi users.

Things to know about this code

  1. In the db.py file, we're checking to see if the phone number is one that is in a list. This was done for simple demo purpose to show that we could verify that a number isn't apart of an employee list. This would be if a company didn't want employees jumping on to Guest Wifi to do business.
  2. We are using Redis for the DB to keep track of SMS codes and Phone Numbers.
  3. I used this tutoral for knowledge and this javascript example to help with the logic.
  4. I'm using a Heroku account to make it available for testing with Meraki.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.4%
  • HTML 35.5%
  • CSS 19.7%
  • Procfile 0.4%