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.
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 have to make a RFID based attendance system where i have to write into the database once reading from the tag and finding out which student it is.
I will using C# to build that RFID can anyone help me to find a tutorial how to make RFID with C ?
Every RFID device has a SDK which gives you api to read from the controller.
Also if you want to be device independent you can design an adapter with a facade.
When you read the data you can write it to db like normal data
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 8 years ago.
Improve this question
I've been looking around the web for ways to program a C# application that does general Bluetooth functionality. I'm trying to connect a BlueSMIRF so that a file can be transferred through a Windows desktop application. However, this seems to be one area where there aren't any real libraries or tutorials... most of the materials for Windows seem to be in C++. Am I missing something here or does Visual C# not include support for Bluetooth in its class libraries?
I found a library which is written in C# and supports Bluetooth-Communication: 32feet
I hope I could help!
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
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
Hai
I am Developing an Windows application using C#.Net where I have to block certain websites from accessing by the user.So I am trying to develop a proxy server which can block the websites.Can some one suggest me how I can do this with an example or a site which can help me.
Thank you
Chaithu
Try these links:
http://www.mentalis.org/soft/projects/proxy/
HTTP Proxy server in C#
http://www.codeproject.com/KB/IP/reverseproxy.aspx
http://support.microsoft.com/kb/307023
http://www.c-sharpcorner.com/UploadFile/psingh/web_proxy11162005001036AM/web_proxy.aspx
http://www.codeproject.com/KB/aspnet/asproxy.aspx
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.