Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Could anyone share some links on how to get started using QPID?
I have checked out http://qpid.apache.org/ and I have managed to start the Java QPID broker, but I don't know where to go from here.
It would be great if someone had a sample app or two to use the broker and send messages to each other, in Java or C#.
If not, maybe someone could point me in the right direction and give me some links or documentation on how to get started with QPID.
Thanks
See this example for C# and WCF: QPID WCF samples
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking forward to build a web Based RDP client for one of my projects. Unfortunately, I could find only one Open Source project for this i.e. Guacamole.
I tried to go through the documentation, but It was written in some alien language. I am a C#/ASP.net/jQuery developer and the documentation is pretty confusing to me.
I did not find any install package for Windows in the documentation, neither I found any compiling methods for windows.
Is there any alternative to Guacamole for windows ? I'd prefer C# based back end over HTML5.
If not, please tell me about windows documentation of Guacamole.
Any help would be highly apppreciated..!!
Thank you..!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any API for Huawei Dongles(Huawei e173 dongle) I just want to send and receive voice data througt dongle.AT commands will dial the call but can get the voice. I'm using c#
I am afraid that there is no such api that I know of. You can make calls using the ATD command but the voice doesn't come through it, you must implement your own voice listener. If you are building your own such system I think this and this might help you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Please have look at the attached image i have created. I have done this diagram on my own by the information got from the internet. The diagram tells out stucture of multithreaded desktop application in C# .NET. if any one can suggest any changes that would be really gratful. I have to give a presentation on this topic tommorow :) also if you know any related documets about this topic with some diagramatic representation, that would be really helpful for me.
Looking forward to get some reply soon.
Looks good to me, but because the workerthread appears isolated, It looks quite circular.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Group,
Does anyone know anything about SNMP over TCP coded in C#. I'm just looking for some good online examples or references.
This question asked on MSDN is probably relevant to your interests. There is a simple example of implementation code here, but it obviously doesn't scale too well. If you're looking for a library, this small SNMP library might be what you're looking for.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
i was wondering if anyone knows of any gps receivers that have a fairly good API..
I am hoping to develop a simple app that will show my location (live) on google maps using the google maps api but of course would need an recevier that i can interface with too whilst on the move.
Cheers.
NB: Work would be done in c#.
Most still provide a serial connection. Coordinates would be coming in ASCII format, and that is super-easy to process.