Added the small support driver for the picoscope
Added a deploysics script The Tcl data and time functions were moved to the SICS kernel
This commit is contained in:
12
utils/picoscope/picocontrol.xinetd
Executable file
12
utils/picoscope/picocontrol.xinetd
Executable file
@@ -0,0 +1,12 @@
|
||||
service picocontrol
|
||||
{
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
port = 3030
|
||||
type = UNLISTED
|
||||
wait = no
|
||||
user = root
|
||||
server = /usr/bin/picocontrol
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user