Skip to content

Specifying port numbers? #4

Open
@neonpolaris

Description

@neonpolaris

The readme encourages specifying fixed port numbers, but gives no indication of how to do that.

This section:
for one_faux in FAUXMOS:
if len(one_faux) == 2:
# a fixed port wasn't specified, use a dynamic one
one_faux.append(0)
seems to suggest adding a field like this:
['nameHere', rest_api_handler('http://addressHere', 'http://addressHere'), 'portHere'],
but this just throws errors and doesn't run.

Can someone help me out here (and perhaps update the readme for others)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions