]> git.rkrishnan.org Git - dttsp.git/blob - jDttSP/setup-ipc
Major changes. Added metering and power spectrum, other fixes. Rearranged headers...
[dttsp.git] / jDttSP / setup-ipc
1 #!/bin/sh
2
3 if [ ! -d ./IPC ]; then mkdir ./IPC; fi
4
5 (cd ./IPC
6   if [ ! -p SDR-1000-0-commands.fifo ]; then
7     mkfifo SDR-1000-0-commands.fifo
8   fi
9
10   if [ ! -f SDR-1000-0-rx-meter.fifo ]; then
11     mkfifo SDR-1000-0-meter.fifo
12   fi
13
14   if [ ! -f SDR-1000-0-spec.fifo ]; then
15     mkfifo SDR-1000-0-spec.fifo
16   fi)
17
18 ls -ld IPC
19 ls -l IPC