2014-08-27 12:18:30 +02:00
|
|
|
config BR2_PACKAGE_PHIDGETWEBSERVICE
|
|
|
|
bool "phidgetwebservice"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb, libphidget
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # libphidget
|
2014-08-27 12:18:30 +02:00
|
|
|
select BR2_PACKAGE_LIBPHIDGET
|
|
|
|
help
|
2014-10-02 22:04:51 +02:00
|
|
|
phidgetwebservice (the Phidget WebService) provides an HTTP
|
2017-12-18 09:21:05 +01:00
|
|
|
front-end to the libphidget device control API. This
|
|
|
|
provides an alternative to the libphidget C linkage
|
|
|
|
interface for controlling locally attached Phidgets USB
|
|
|
|
devices and it also allows you to control Phidget USB
|
|
|
|
devices remotely when the host running the phidgetwebservice
|
|
|
|
has an exposed network interface.
|
2014-08-27 12:18:30 +02:00
|
|
|
|
2017-12-18 09:21:05 +01:00
|
|
|
The phidgetwebservice client program uses the libphidget
|
|
|
|
HTTP functions to send commands to the phidgetwebservice.
|
2014-08-27 12:18:30 +02:00
|
|
|
|
|
|
|
http://phidgets.com/
|
|
|
|
|
2014-09-02 02:16:51 +02:00
|
|
|
comment "phidgetwebservice needs a toolchain w/ threads, dynamic library"
|
2014-08-27 12:18:30 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|