Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server port configuration examples use wrong format #290

Open
MJJoyce opened this issue Aug 11, 2020 · 0 comments
Open

Server port configuration examples use wrong format #290

MJJoyce opened this issue Aug 11, 2020 · 0 comments

Comments

@MJJoyce
Copy link
Member

MJJoyce commented Aug 11, 2020

Example config.yaml

    inbound-streams:
            - stream:
                name: log_stream
                input:
                    - 2514

            - stream:
                name: telem_stream
                input:
                    - 3076
                handlers:
                    - name: ait.core.server.handlers.PacketHandler
                      packet: 1553_HS_Packet

Example in documentation

    - stream:
        name: log_stream
        input: 3077

    - stream:
        name: telem_port_in_stream
        input: 3076
        handlers:
            - my_custom_handlers.TestbedTelemHandler
MJJoyce added a commit that referenced this issue Sep 30, 2020
Issue #290 - Update server port configuration examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant