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

feature: add write statistics to dashboard #1603

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Conversation

tkurki
Copy link
Member

@tkurki tkurki commented Aug 29, 2023

Add new icon to indicate outbound traffic on Connections.

Change the previous feed icon to 'login' to indicate incoming traffic so that we can use the 'logout' icon for outbound traffic.

image

Add new icon to indicate outbound traffic on Connections.

Change the previous feed icon to login to indicate incoming
traffic so that we can use the 'logout' icon for outbound
traffic.
@cmotelet
Copy link
Member

  • reading file: /lib/node_modules/signalk-server/samples/aava-n2k.data
  • activity on file as input with icon blinking : OK
  • SignalktoN2K with COG&SOG enable: OK
  • candump on vcan0, I read PGN129026 with COG&SOG values on the bus: OK
  • But no out activity icon on vcan0: KO
    It's seem the same with NMEA0183.
    image

What is your test protocol to icon out visible and blinking ?

@tkurki
Copy link
Member Author

tkurki commented Aug 31, 2023

See the files that I touched: connections using serial, tcp (client) and simple. How did you set up vcan0?

@sbender9 am I missing something here?

@cmotelet
Copy link
Member

      "pipeElements": [
        {
          "type": "providers/simple",
          "options": {
            "logging": false,
            "type": "NMEA2000",
            "subOptions": {
              "type": "canbus-canboatjs",
              "interface": "vcan0",
              "useCanName": true,
              "uniqueNumber": 1445085
            }
          }
        }
      ],
      "id": "vcan0",
      "enabled": true

vcan0 configured through GUI
my vcan0 works in input mode, I can read data in SignalK sent by another process

@cmotelet
Copy link
Member

I just remembered that on configuration I am always with nodejs16. I didn't get any alerts during npm install nor when building the server, only when launching.
And if I'm the only one having a problem, it's probably mine.

@tkurki tkurki merged commit 36bcfb5 into master Sep 4, 2023
2 checks passed
@tkurki tkurki deleted the show-output-traffic branch September 4, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants