Files
P42_wssGateway/Rabbit-injector/move_aget42-2.bmsg
T

63 lines
1.6 KiB
Plaintext

{
"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"
}
}
]
}