RabbitInjector in node-module + sequences inject
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"sequenceDelay": 500,
|
||||
"sequenceLoop":10,
|
||||
"sequence":[
|
||||
{
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "moving",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"attrs": {
|
||||
"x": "10",
|
||||
"y": "10"
|
||||
}
|
||||
},
|
||||
"sender": "steinic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "moving",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"attrs": {
|
||||
"x": "800",
|
||||
"y": "30"
|
||||
}
|
||||
},
|
||||
"sender": "steinic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "moving",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"attrs": {
|
||||
"x": "800",
|
||||
"y": "500"
|
||||
}
|
||||
},
|
||||
"sender": "steinic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "moving",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"attrs": {
|
||||
"x": "10",
|
||||
"y": "500"
|
||||
}
|
||||
},
|
||||
"sender": "steinic"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user