Skip to content

Automatically exported from code.google.com/p/squirrel-wifi

License

Notifications You must be signed in to change notification settings

mi2ky/squirrel-wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO BUILD

For Linux, type "make". This creates "bin/squirrel" binary.

For Windows, choose the project that best fits your version of Visual Studio.
(You don't need Cygwin, but that might work too).

For everything else, start with the build/gcc4/Makefile as inspiration.
The code is pretty portable, so shouldn't require much changes.


HOW TO RUN

This is a web-application. The 'squirrel' executable runs it's own
webserver (default: port 1234). Connect to it with your browser at
http://localhost:1234.

This means you have to run the program from the "www" directory. For
example, type "cd www" to go into that directory, then type something
like "../bin/squirrel -i mon0" to start monitorign interface "mon0".

About

Automatically exported from code.google.com/p/squirrel-wifi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published