Hello, I am green in utilizing this project. I ran a git clone of the project in powershell. I opened it up in vs 2017 rc to attempt to compile it.
The point of utilizing this is to basically set it up on a raspberry pi 3 so that I can make the built-in chip on the pi 3 as a ble peripheral where I can ultimately connect a ble client (eg. lightblue app on android or iOs) and read and write to the gatt of the pi3.
Is this possible to make the raspberry pi 3 a BLE peripheral using with this Library?
Is it possible to compile the way am attempting to compile on windows 10 in vs 2017 rc? If it is not, is there any info to do what I am trying to do?
Why is it that the dbus-sharp reference inside of mono-bluez is unavailable when I open it in vs 2017 rc?
Do I need to clone dbus-sharp as a stand-alone project, and then compile and then add the reference into my Mono.Bluez project??
If I clone dbus-sharp as a stand-alone project and attempt to compile, I noticed it errors out with the following messages.

Thanks in advance for any insight on this matter.
Milan
Hello, I am green in utilizing this project. I ran a git clone of the project in powershell. I opened it up in vs 2017 rc to attempt to compile it.
The point of utilizing this is to basically set it up on a raspberry pi 3 so that I can make the built-in chip on the pi 3 as a ble peripheral where I can ultimately connect a ble client (eg. lightblue app on android or iOs) and read and write to the gatt of the pi3.
Is this possible to make the raspberry pi 3 a BLE peripheral using with this Library?
Is it possible to compile the way am attempting to compile on windows 10 in vs 2017 rc? If it is not, is there any info to do what I am trying to do?
Why is it that the dbus-sharp reference inside of mono-bluez is unavailable when I open it in vs 2017 rc?
Do I need to clone dbus-sharp as a stand-alone project, and then compile and then add the reference into my Mono.Bluez project??
If I clone dbus-sharp as a stand-alone project and attempt to compile, I noticed it errors out with the following messages.
Thanks in advance for any insight on this matter.
Milan