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
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 6 years ago.
Improve this question
I am developing a chess engine and I want to parse chess .pgn files (https://en.wikipedia.org/wiki/Portable_Game_Notation) to be able to extract games and the moves of the players in each extracted game and store it in SQL DataBase. when I tried to parse .pgn file in C# or C++, I could not deal with it. So I need a help for doing this.
Thank u in advance
Here is One.
https://sourceforge.net/projects/pgnlib/
its a free software too
http://pgnlib.sourceforge.net/
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 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 7 years ago.
Improve this question
as i want to do some programming in my freetime (yeah i need another project), i thought of a mediaServer for my xbox360 (like tversity or ps3 mediaServer).
what do i want to stream?
normal movie content (which could be streamed via mediaExtender)
mkv and vob (rips of my dvd collection)
maybe music and pictures
atm i have no clue which requirements i need to meet to get started, like:
how does streaming to a xbox360 work?
which protocols do i need?
how can i communicate with the 360?
how can i add pictures of a movie to the playlist?
how can i transcode a movie source?
are there any good tuts for my mission?
and so on ...
Take a look at ushare, which is an open source UPnP server (one of the media protocols that works with Xbox 360).
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.