-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplug_pShare.moos
More file actions
34 lines (22 loc) · 926 Bytes
/
plug_pShare.moos
File metadata and controls
34 lines (22 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//---------------------------------------------------------
// pShare Config Block (Created from Plugin)
ProcessConfig = pShare
{
AppTick = 2
CommsTick = 2
input = route = localhost:$(SHARE_LISTEN)
// =======================================================
// Usage Info below
// =======================================================
// Simple forward of X to A on channel 8
// output = src_name = X,dest_name=A, route=multicast_8
// Simple forward of Y to B on a udp address
//output = src_name=Y, dest_name=B, route=localhost:9300
// Simple forward of Z to Z on a named address (no renaming)
// output = src_name = Z, route = oceanai.mit.edu:9020
// Setting up an input
// input = route = multicast_9
//input = route = localhost:$(SHARE_LISTEN) & multicast_9
// Setting up lots of inputs at once
// input = route = "localhost:9069 & multicast_19 & multicast_65"
}