Skip to content

Conversation

@e-khalilov
Copy link

Run:

devicehub tizen-device \
--serial 192.168.31.250:26101 \
--provider tizen-test \
--public-ip localhost \
--connect-app-dealer tcp://127.0.0.1:7112 \
--connect-dev-dealer tcp://127.0.0.1:7115 \
--connect-sub tcp://127.0.0.1:7114 \
--connect-push tcp://127.0.0.1:7116 \
--device-host 192.168.31.250 \
--device-port 26101 \
--connect-port 6969

Notes

  • Tizen does not support multiple SDB client connections, so the local client must also access the device via proxy
    (Use --connect-port for sdb connection, see for details - tizen-device/plugins/sdb/connect.js)
  • Unlike other devices, the Tizen device sends an event for registration (wire.DeviceIntroductionMessage)
    in the device unit, not in the provider, which made it possible not to implement the unit provider in this PR

@e-khalilov e-khalilov requested a review from a team as a code owner July 24, 2025 14:04
@DaniilSmirnov
Copy link

Need to implement documentation same as iOS

@e-khalilov e-khalilov requested a review from irdkwmnsb July 25, 2025 11:45
@DaniilSmirnov DaniilSmirnov self-requested a review July 29, 2025 11:44
@e-khalilov e-khalilov merged commit a2a234f into master Jul 29, 2025
9 of 11 checks passed
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

Successfully merging this pull request may close these issues.

4 participants