-
Notifications
You must be signed in to change notification settings - Fork 26
Open SS index.html from a different device. #43
Comments
hi ! if already built simply copy on device side adapt config e.g.
tested successfully with raspberry pi (Alexa Screen SDK) and windows pc as Alexa GUI br, alex |
@albanoandrea While it is possible to use our SDK across multiple hosts, please ensure you are aware of all of the security aspects involved to opening up the websocket interface. The solution @alexwala mentioned above should work, let us know if you have any further issues. |
Hi @alexwala, I've modified Then, after build, I've tried it on the same Ubuntu machine, but it doesn't work.
If I modify To check if the port is reachable I've tried, while the server is running to run the following commnad:
And I can see that going through the lan the connection is refused. Do you have any tip on other configuration that need to be done? Thanks, |
Hi @albanoandrea, You can try ssh port forwarding, run this on the machine you want to run the gui:
... and then it should work as if it is local. |
Briefly summarize your issue:
I've successfully cross compiled the smart screen sdk for an STM32MP1-DK2 board.
Since I still don't have a browser on the target, I would like to use my pc, on the same LAN of the device, as browser to verify the work till now.
There is any way to connect to the SS from another device?
What is the expected behavior?
Open ~/sdk_folder/ss-build/modules/GUI/index.html from a device different than the target running the Smart Screen sample app and interact with the device.
What behavior are you observing?
Provide the steps to reproduce the issue, if applicable:
It should be possible to use also 2 host pc to reproduce the request.
Tell us about your environment:
What version of the AVS Device SDK are you using?
Tell us what hardware you're using:
STM32MP1-DK2
But this is hardware independent
Tell us about your OS (Type & version):
Have you tried the same use case with AVS Device SDK SampleApp?
The text was updated successfully, but these errors were encountered: