Sebastian Urban
Sebastian Urban
All code is licensed under the BSD-2-Clause. Doc-comments have been partially copied and adapted from https://github.com/bluez/bluez/tree/master/doc which is in a GPL-2 / LGPL-2 licensed repository.
It's not about D-Bus usage. It's about the doc-comments that have been copied and adapted from the BlueZ D-Bus documentation. Since I am now lawyer, I cannot tell you about...
Not yet, but I will add one when I find some time. Is there any particular example from http://plplot.sourceforge.net/examples.php that you'd like translated to C#?
I've added an example based on your code at https://github.com/surban/PLplotNet/blob/master/Samples/CSharp/SineWaves/Program.cs. Your code is working fine on my machine after I've removed the call to `parseopts`. It is only really necessary...
For trees you might want to try https://www.nuget.org/packages/GraphViz.NET/. I haven’t used the NET Binding, but I know that GraphViz itself is very popular.
> @surban Would looking at the d-bus messages be the next step? Yes, and if they seem to be correct it would help to see what is going on in...
> @surban do you think this is enough evidence of a bluez issue to file an issue with them? Yes, seems to be a bluetoothd bug.
Powershell and Python are available in the store, see https://www.microsoft.com/store/productId/9MZ1SNWT0N5D and https://www.microsoft.com/store/productId/9PJPW5LDXLZ5. `ls` is also available on the store, but without a trusted publisher and link to a repository I...
Please apply the `remote` attribute to your trait as follows to make the generated client clonable in all cases: ```rust #[rtc::remote(clone)] pub trait MyTrait {} ```
You are right that the examples are rather minimal, given the functionality of the library. However, could you explain the trouble you have with the existing examples in the repository?...