You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
I tried the demo, but SOL it did not work for me. I got a lof of debug on my screen, but nothing on my browser ? Did the test, on OpenSuse 13.1 with java-1_7_0-openjdk
The text was updated successfully, but these errors were encountered:
@fulup-bzh If you can't get it to work, but want to try something out, you could try the node.js implementation until @rob42 has had time to check out this issue..
The debug on your console from the server is normal, its controlled from the conf/log4j.properties as normal for java.
The browser will only display something if you also have the react-consumer project (from https://github.com/rob42/react-consumer ) cloned into the same parent dir as signalk-java-server. By default it exports the static dir it finds at ../react-consumer/.... So in your git dir, you need to have [gitdir]/signalk-java-server, and [gitdir]/react-consumer
You can change the static dir location in the conf/signalk.cfg file.
I tried the demo, but SOL it did not work for me. I got a lof of debug on my screen, but nothing on my browser ? Did the test, on OpenSuse 13.1 with java-1_7_0-openjdk
The text was updated successfully, but these errors were encountered: