Questions tagged [tracker]
255 questions
5
votes
6 answers
How to show the location of the user, as in facebook?
I have searched in many places but I couldn't find the answer for this.
The thing is I want to display the users current location in the Web page just as a text without using Maps and pointing to that.
Many places I saw used Maps for implementation,…

Arunkumar Srisailapathi
- 1,139
- 2
- 8
- 27
4
votes
1 answer
bittorrent udp tracker response
i have doubt how the udp announce response are handled as sugested in bep udp protocol specification
import socket,struct
clisocket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
connection_id=0x41727101980
transaction_id = 12345
# responses…

abhijeet
- 459
- 5
- 15
4
votes
1 answer
How to remove Facebook tracking from default React Expo project?
I created a very basic React Expo application and compiled it to an Android APK. In the Google Play Store I stated that my application does not collect any user data. To be save I installed the APK on my Android device and searched for trackers with…

Anno
- 761
- 1
- 10
- 22
4
votes
1 answer
Why DHT can't find resource when to download with a trackerless torrent?
Please do as i do in your vps and then maybe the issue reproduced,replace the variable $vps_ip with your real vps ip during the below steps.
wget …

showkey
- 482
- 42
- 140
- 295
4
votes
0 answers
Fitbit API :: Transfer heart rate data of user from fit bit supported device in to own Android application
Any one worked on Fitbit API integration before then please give me your suggestion. I already go through documentation of Fitbit API for Android but
can not get any proper way for starting .
For this, I successfully login into Fitbit account with…

Radhey
- 2,139
- 2
- 24
- 42
4
votes
2 answers
How to get data from GPS and send to server and how save to database
I designed a web page with PHP, the data can be read from database including lat, long, speed and it displays the data on a map. I have a MVT380 tracker that I can set IP and port on, so the data through GPRS can be sent to these IP and port.
The…

user3727705
- 91
- 1
- 1
- 3
4
votes
1 answer
Anyone knows how Javascript Web Analytics tracker works?
Anyone knows how Google analytics or Clicky works?
I'm stuck at the fact that I searched the entire http://static.getclicky.com/js file and didn't find any server requests in it. How does it send data without compromising its own security? Or else…

Xpleria
- 5,472
- 5
- 52
- 66
4
votes
2 answers
How do I submit a bug to Tracker, MantisBT, or Trac programatically?
I've got a program that I've been working on at home for a while, and I decided finally to throw it up on SourceForge. SourceForge offers Tracker, MantisBT, or Trac for bug tracking.
My app already has a "Sorry, an error occurred" dialog, but I'd…
Jeff
3
votes
2 answers
How do you decode info_hash information from tracker announce request?
I have the following tracker request:…

George
- 113
- 1
- 1
- 6
3
votes
1 answer
How to parse Ip and port from http tracker response
I am sending a request to a tracker and get a response
d8:completei2e10:downloadedi1e10:incompletei1e8:intervali1971e12:min intervali985e5:peers18:\235'\027\253\000\000\331e57\374-\033"\022,\270\302e
How to get Peers list or peer IP and port from…

Kunal Puri
- 185
- 1
- 9
3
votes
0 answers
Using PHP To Scrape Torrent Trackers and Return Peer Counts
So I am wanting to build a basic torrent tracker/indexing software with a setup so that when a torrent is uploaded the peer count can be returned from the trackers within the torrent. I've seen a lot about scraping torrents but I've not seen how you…

Edward_Stryfe
- 31
- 3
3
votes
2 answers
Why my GET request to a torrent tracker doesn't work?
I am absolutely novice with the Bittorrent protocols and I tried to request a file to a tracker.
To do this, I parsed and printed a working .torrent file with a C# program, then I just requested the tracker with these infos with PostMan
The…

Victor Castro
- 1,232
- 21
- 40
3
votes
1 answer
Can GPRS tracker communicate directly with smartphone?
I have a GPRS tracker device to which I install SIM and provide APN for network.It mentions communication over GPRS.
The company gives you an account on a server you can monitor things.
An app is provided to set tracking functionality, essentially…

Yaniv
- 113
- 10
3
votes
1 answer
Bug Tracker .NET - How to determine version from just the database?
A recent blunder was made where the Bug Tracker .NET software was removed from our server;
now we don't have a backup of the installer that was used, only the database. Is there a way to determine the version of Bug Tracker .NET supported by the…

CCT
- 33
- 2
3
votes
3 answers
How to convert torrent info hash for scrape?
I have a torrent hash from the magnet link. For example: fda164e7af470f83ea699a529845a9353cc26576
When I try to get information about leechers and peers I should request: http://tracker.publicbt.com/scrape?info_hash=???
How should I convert info…

ste1inbeck
- 315
- 4
- 13