znerol/k2o
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Welcome to k20 - Kismet to OSC AUTHORS lorenz schori lo@znerol.ch alejo duque alejo.duque@europeangraduateschool.net WARNING k20 is in early development state and it's far from complete. see BUGS and TODO list for more info. DESCRIPTION k20 is a bridge between the wireless network detector kismet and the open sound control protocol. currently it consists of two programs: k2orec acts as a kismet client. it connects to a kismet server via tcp and logs the output to a textfile. the file consists of a timestamp and an osc-message per line. k2oplay reads this file and sends the messages to the specified osc-targets. k20 is written in c and only depends on liblo, the lightweight OSC implementation. k20 runs on macos x (see BUGS) and linux. other platforms are not tested. LINKS k20 Homepage: http://znerol.ch/k2o/ OSC Homepage: http://cnmat.berkeley.edu/OpenSoundControl/ Kismet Homepage: http://www.kismetwireless.net/ BUILDING K20 - install newest liblo either using your package manager or from source. - cd into k2o source folder - run ./configure - run make - optionally run make install - if you encounter errors try to run autoreconf -i RUNNING K20 run k2orec and redirect the standard output to a file. optionally you can specify the address of the kismet server on the command line using the -k option. run k2oplay with outputfile of k2orec as the first parameter followed by a variable list of osc-targets (i.e. osc.udp://localhost:12345). with the -p option you can specify an udp port on which k2oplay will listen for incomming osc-messages which let you control k20 remotely: - /k2o/setrate <newrate> sets the playbackrate to the float value newrate. 0.0 - stop, 1.0 play in normal speed. - /k2o/setpos <newpos> not implemented yet. BUGS - due to a bug in liblo k2oplay does not send propper osc-messages on macos x - k2orec does not handle ssids containing spaces correctly. LICENCE kismet2osc is free software. Please see the file COPYING for details.
About
k20 - Kismet to OSC
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published