6098741cc6
Spectrum-Tools is a set of utilities for using the Wi-Spy USB spectrum analyzer tools from Metageek LLC (http://www.metageek.net). They include userspace drivers for the hardware (implemented via libusb), a graphing UI built on GTK/Cairo, network servers for remote devices, and simple utilities for developing additional tools. This package contains the GTK user interface, spectool_gtk. Non-GUI tools can be found in the spectrum-tools-utils package. thanks to matthieu@ for testing and ckuethe@ for pointing me at the svn code (better than the previous release). it's not perfect (some X resource leaks) but usable.
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
$OpenBSD: patch-spectool_net_client_h,v 1.1.1.1 2008/06/12 21:33:57 sthen Exp $
|
|
--- spectool_net_client.h.orig Sun Jun 8 10:27:24 2008
|
|
+++ spectool_net_client.h Sun Jun 8 10:27:32 2008
|
|
@@ -23,6 +23,7 @@
|
|
#include <sys/time.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/ioctl.h>
|
|
+#include <sys/uio.h>
|
|
#include <arpa/inet.h>
|
|
#include <netinet/in.h>
|
|
#include <unistd.h>
|