3dmedium / nmos_crosspoint

NMOS Tool for finding and Connecting Devices
MIT License
6 stars 0 forks source link

Authentification / No devices shown #2

Open malvio32 opened 2 weeks ago

malvio32 commented 2 weeks ago

Hi, thanks for your great work. I'm trying to use nmos-crosspoint with easy-nmos. I built both the server and the ui, I inserted the nmos server ip in the configuration file (setting.js), it seems to work only when I open the browser interface http://localhost:5173/crosspoint I don't see any sender or receiver, while in the server logs all the devices that have been added are shown.

immagine

In the graphical interface in addition to not seeing any device when I click on "Crosspoint", "Details", "Topology" or "Devices" a pop-up is shown with credentials to enter.

immagine

Can you help me?

3dmedium commented 2 weeks ago

Hi @malvio32 , Thanks for your feedback.

At the moment there is a bug with authentification. Therefore you need to setup a password and use the login functionality. I will fix this to work without authentification when I have time.

To be able to use nmos-crosspoint until this. you can just setup a password: In the file config/users.json you can set the password. Just encode your password in sha256 and put it in there.