Coder Social home page Coder Social logo

mobile-hotspot's Introduction

mobile-hotspot

A console application to create a mobile hotspot on Windows 10.

Syntax: mobilehotspot.exe SSID PASSPHRASE

A mobile hotspot will be created automatically using the best available connection profile, and will remain active until the application is closed.

Output format

The app can be called from automated scripts, and the output is designed to be easily parseable. Example output is provided here:

> mobilehotspot.exe my-ssid my-passphrase
Starting hotspot ... press "q" and Enter to quit
CON | 01:23:45:67:89:ab | DeviceName | 192.168.1.2
DIS | 01:23:45:67:89:ab | DeviceName | 192.168.1.2
Stopping hotspot ...

The start and end messages are written to stderr, the lines in the middle are written to stdout.

The general output format looks like this:

<code> | <mac> | <host1>[ | <host2>] ...

Where

  • <code> is CON (client connected) or DIS (client disconnected)
  • <mac> is the clients MAC address
  • <host1> ... <hostn> are the client's hostnames (usually a local IP address and a device name)

Connected/Disconnected events are polled every 10 seconds.

Closing the app

To close the app, press "q" followed by Enter. To close the app from an automated script or program, simply write "q" to the standard input stream.

mobile-hotspot's People

Contributors

jfhr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.