-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Can I define multiple contact periods in a contact file. For instance if I want a link to be active every 30s. I've tried something like this:
{
"contacts": [
{
"contact": 1,
"source": 1,
"dest": 10,
"startTime": 0,
"endTime": 30,
"rateBitsPerSec": 1000000,
"owlt": 1
},
{
"contact": 2,
"source": 1,
"dest": 10,
"startTime": 60,
"endTime": 90,
"rateBitsPerSec": 1000000,
"owlt": 1
},
... etc ...
]
}
In my test attempts, the link never seems to go active again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels