NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
88 stars 40 forks source link

How to use shell manager with iOS? #103

Closed varunkudalkar closed 11 months ago

varunkudalkar commented 1 year ago

In Android example, we can use shell commands using shell manager but I didn't find any shell manager class here in iOS, is there any way we can implement this?

dinesharjani commented 12 months ago

Hello @varunkudalkar - what do you mean by shell manager? Do you mean sending / receiving SMP Commands?

varunkudalkar commented 11 months ago

Hello @dinesharjani - Yes I was looking for the same a few months back, then I managed to write the code for the same and completed the task.

dinesharjani commented 11 months ago

You can do SMP commands from the Example app. Anyway, happy you were able to solve this.