Questions tagged [tracker]

255 questions
3
votes
2 answers

Parsing Peers IP Address in Annouce Response From Tracker Server (bitTorrent)

So the following request: torrent.ubuntu.com:6969/announce?info_hash=%02%21%CA%F9j%A3%CB%94%F0%F5%8DE%8Ex%B0%FC4J%D8%BF&peer_id=ABCDEFGHIJKLMNOPQRST&port=6881&uploaded=0&downloaded=0&left=3353370624&compact=0 results in an Announce file being…
sourlain
  • 125
  • 8
3
votes
0 answers

WCF Session based services client tracking

I followed Carlos Figueira's blog on client tracking in WCF self-hosted services and tried to put his client tracker to use in an IIS Hosted WCF service. I'm having some trouble with the extended class, the initialize event never fires for the…
IanK.CO
  • 563
  • 5
  • 13
3
votes
1 answer

Is there any unique identifier for an application running on windows?

I am developing a desktop application, using C#, to track the applications which are running in windows. Is that any unique number for every application which is installed in windows? I can get the handle number but the handle number is changed…
3
votes
2 answers

Should I use a singleton to keep track of my Google Analytic tracker instances?

I'm using V4 of the Google Analytics Library as provided by Google Play services. Long story short: I find passing a reference to the tracker to all the components my application to be quite tedious. I know in previous versions of the library a…
rodentry
  • 268
  • 3
  • 12
3
votes
1 answer

Sending Info Hash to Bittorrent Tracker Over UDP

So I'm writing a Bittorrent client in C++ and I can communicate with the tracker, however when I get the announce response my IP address is the only one I get in return. After looking at my traffic over wireshark and comparing it to the traffic to…
Ethan
  • 1,206
  • 3
  • 21
  • 39
3
votes
3 answers

how to send events to multiple trackers in google analytics without two send calls (analytics.js)

According to google's documentation for the new analytics.js - you can set up multiple trackers, and send events to them by explicitly mentioning the trackers by name in separate send…
mheavers
  • 29,530
  • 58
  • 194
  • 315
3
votes
2 answers

Integration of Shenzhen Concox Information Technology Tracker GT06

I am using OpenGTS for some time for my organization. I was using TK103 family tracker but now my company changed tracker and brought GT06 made by Shenzhen Concox Information Technology Co. Ltd. This tracker protocol is entirely different and I am…
user2349506
  • 31
  • 1
  • 2
2
votes
1 answer

Idle Time is not being calculated

I am implementing a tracker for my system which will track user active time and idle time. I am not able to get idle time from the following code. Can any body help me? My code is as follows: using System; using System.Diagnostics; using…
2
votes
1 answer

Why are all BitTorrent trackers giving me the same response?

I'm creating a BitTorrent client in Go and having trouble obtaining peers from UDP tracker servers. My announce response looks correct, except I'm not receiving the correct peers. Im trying multiple trackers for each torrent, and for each torrent…
LaurentL
  • 203
  • 1
  • 3
  • 11
2
votes
0 answers

How set up Google Analytics event tracker for certain web element in R Shiny?

I would like to assign a Google event tracker for certain web elements in the R Shiny application. Let's get the simplest R Shiny project with unique id "si_bins" for "sliderInput" element. Here is Google Analytics script