Skip to content

Multiple contacts for a link in a contact file #65

@snafu123

Description

@snafu123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions