Tagged Questions
0
votes
1answer
36 views
reading messages from tracking device over gprs
i have a tracking device Meiligao VT310 which send me messeages over gprs. I successfully read messagess with this code but it's not the same as I expected.
private void ReadCallback(IAsyncResult ...
0
votes
0answers
114 views
Is there any open source tracker player (e.g. mod player) implemented in C#? [closed]
I'm been looking at making my own player for tracked music formats (.mod .xm .s3m, and so on). I managed to find quite a lot of different open source libraries for playing tracked music implemented in ...
0
votes
2answers
422 views
Calculating info_hash from UrlEncoded query string
Basically, I'm building a small tracker for experimental purposes. I've gotten quite far, and am now working on the announce part.
What I really can't figure out is how I should decode the info_hash ...