Code Monkey home page Code Monkey logo

stellar-add-guest's People

Contributors

bennye avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

stellar-add-guest's Issues

Feature Request - Add QRCODE

Hi Benny, can you add a QRCODE like on https://github.com/BennyE/stellar-dynpsk with option for WPA/WPA2-PSK or NOPASS for Open SSID's.

I found this code from https://github.com/lakhanmankani/wifi_qrcode_generator showing how to generate a QRCODE for an Open SSID.
if authentication_type in ('WPA', 'WEP'):
if password is None:
raise TypeError('For WPA and WEP, password should not be None.')
return 'WIFI:T:{type};S:{ssid};P:{password};H:{hidden};;'.format(
type=authentication_type, ssid=ssid, password=password, hidden=hidden
)
elif authentication_type == 'nopass':
if password is not None:
raise TypeError('For nopass, password should be None.')
return 'WIFI:T:nopass;S:{ssid};H:{hidden};;'.format(
ssid=ssid, hidden=hidden
)
raise ValueError('Unknown authentication_type: {!r}'.format(authentication_type))

Thanks for your Github Projects that we use for PoC and ALE Presales Presentations and for your awesome wiki at http://dokuwiki.alu4u.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.