#simplsharp

SIP outgoing video call from TSW-770
Greetings, I am trying to write a simple driver for Crestron Home, that would enable calls from the apartment to the reception desk that uses 2N phone (https://www.2n.com/en_US/products/2n-ip-phone-d7
Від @adamglodek ·
Help with static events 9 повідомлення
Awesome, you’re welcome!
Від @DizzyEgg ·
#simplsharp #simpl+ 11 повідомлення
Hi Troy, I have been going through your course and I am stuck right at the point of the static events. You don't show how to use the static event as you do with the non-static event. I have been tryin
Від noamx4me ·
Visual Studio 2008 10 повідомлення
Yes, my understanding is 2022 will work just fine, now that the debugger has been updated. Still a giant PITA but 2022 seems ok.
Від Devin Cook ·
XML in vs2008 4 повідомлення
Thanks guys! I have it working now. I really appreciate the help.
Від Alex Teague ·
Updating CLZ 3 повідомлення
I second this service!
Від ckangis ·
Series 4 S# Secure WebSocket Server 13 повідомлення
Nathan, That did it! Thank you for posting the repo. I was able to pick out the (embarrassingly minor) bits of code I needed, and got my server using a cert signed by a local network CA.
Від ... ·
CrestronDataStore simpl# library and Simpl+ modules
If it helps anyone out, I published a Simpl# library / SImpl modules that provide a Simpl Windows interface to the CrestronDataStore. https://github.com/sifuas/CrestronDataStore
Від Andy Ross ·
Data Type Conversion 5 повідомлення
You don't have to use the Convert class for 0x hex values. You can still use int.Parse() / int.TryParse() with NumberStyles set to hex for that, and you should prefer it over using the Convert class.
Від Troy Garner · Змінено
Matrox Maevex 6020 Rest control 4 повідомлення
I've controlled these devices in 4-series with the .NET 4.5 (or newer) HttpClient class; they're not really reliable devices. I haven't dealt with the Crestron wrapper classes in a little while now bu
Від Troy Garner ·
#simplsharp #simpl+
I am looking for some information on the CNamedEvent Class. I have never used it but I think it could be helpful for pausing a C# while loop to wait for information from the control system simpl+ modu
Від @Phillip.Grider ·
Jetbrains Rider and S# module Creation 4 повідомлення
I don't know what those errors would be, I've never had an issue myself with Rider.
Від Troy Garner ·
IP Scan in Simpl# 5 повідомлення
I initially wanted to discover every device on the network, not just Crestron devices, but for now, I can work with this. Thanks a lot!
Від Zach Ellis ·
XML Deserialization/Serialization 5 повідомлення
Thanks for pointing me in the direction of Crestron.SimplSharp.CrestronXmlLinq. I was able to finally get the deserialization/serialization working haha.
Від Zach Ellis ·
Issue with TCP/IP client library in simpl#. 6 повідомлення
I was able to figure it out this weekend by going over the TCP/IP Communication lesson inside CTI's C# for 4-series Processors Course. All I had to do to port it over to 3-Series was to use the Crestr
Від Zach Ellis ·
Sony Reac HTTP 2 повідомлення
Hi Chris, I don't know the product, and from what I found on reddit, it seems the cgi API uses Digest Authentication and not Basic Authentication. I don't know how to implement Digest Authentication i
Від Sébastien LENOIR ·
SSH with inputs instead of parameters 2 повідомлення
https://www.tbdenterprises.ca/product/dynamic-ssh-module/
Від Troy Garner ·
C# DLL version. 3 повідомлення
Thanks! that worked.
Від Daniel Portugal ·
hiding simpl# classes from simpl+ api 3 повідомлення
For future reference, if you don't have a default constructor it won't appear in the SIMPL+ API.
Від Jeremy Weatherford ·
Serial strings 5 повідомлення
Unfortunately my S+ & S# skills are beginner at best. I am trying to figure it out but at a loss. anyone willing to help? I can compensate.
Від kam@... ·