Skip to content

yoggy/sendosc-for-vc12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendosc-for-vc12

sendosc is Open Sound Control packet sending program.

This program was compiled using Visual Studio 2013.

Usage

C:\>sendosc.exe
usage : sendosc dst_host dst_port path [[type] [param]] ...

  type
    i : int
    f : float
    b : boolean (true/false)
    s : string

  example
    ./sendosc 127.0.0.1 5678 /test1 i 123
    ./sendosc 127.0.0.1 5678 /test2 f 123.45
    ./sendosc 127.0.0.1 5678 /test3 s teststring
    ./sendosc 127.0.0.1 5678 /test4 b true
    ./sendosc 127.0.0.1 5678 /test5 s teststring i 123 f 123.4 b false

Libraries

sendosc-for-vc12 uses the following libraries.

About

sendosc is Open Sound Control packet sending program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published