Go to the documentation of this file.
33 printf(
"oscdump version %s\n"
34 "Copyright (C) 2008 Kentaro Fukuchi\n\n"
35 "Usage: oscdump port\n"
36 "Receive OpenSound Control messages via UDP and dump to standard output.\n\n"
38 "port : specifies the listening port number.\n\n",
44 printf(
"liblo server error %d in path %s: %s\n", num, where, msg);
51 printf(
"%s %s", path, types);
53 for(i=0; i<argc; i++) {
62 int main(
int argc,
char **argv)
73 printf(
"Could not start a server with port %s\n", argv[1]);