#include "Util/log.H"
#include <signal.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <fcntl.h>
#include <arpa/inet.h>
#include <ctype.h>
Go to the source code of this file.
Defines | |
#define | JAUSCC_PORT 3794 |
#define | BUFLEN 9500 |
Functions | |
int | main (const int argc, const char **argv) |
Trivial tester for JAUS remote commands over UDP. |
test the JAUS AUV control protocol
Definition in file test-JAUS.C.
int main | ( | const int | argc, | |
const char ** | argv | |||
) |
Trivial tester for JAUS remote commands over UDP.
This just turns the motors on/off in response to commands received over UDP in the JAUS protocol.
Definition at line 56 of file test-JAUS.C.