Questions tagged [tracker]
255 questions
0
votes
1 answer
How to receive imei from gps tracker
I found out many kind of gps trackers use $gprmc method of NMEA standard to send information to server but I don't know how they send IMEI (or id) to server yet.(there isn't IMEI parameter in NMEA) Could you please help me about that?

user3879722
- 1
- 3
0
votes
1 answer
Tuleap - How to set html content in text field via SOAP API?
We are creating new tracker artifacts using the Tracker SOAP API.
When editing an artefact in Tuleap there is a drop down box to select whether the content of a text field is plain text or html. We want to fill html formatted text into a text field…

Klaus Gaßner
- 11
- 3
0
votes
1 answer
Tuleap - Configure rights to change tracker reports
In a tracker you can select the report columns and the search criteria and save them as a personal report. (with the option to make the personal report public later on)
It appears that to do this, you need to be a tracker admin. The criteria/column…

Klaus Gaßner
- 11
- 3
0
votes
1 answer
How can i track the android phone operations internally?
I want to develop a mobile app that stores all user operations like clicking, selecting, swiping, and closing apps into a database. I have to store the button name, id and time of the operation.
How can I track that in Android without disturbing…

Nava2011
- 195
- 1
- 15
0
votes
1 answer
Documentation for Google Analytics Tracker
I'm using Google Analytic's Tracker for Android, and I'm having trouble finding the documentation of the Tracker's methods online. Particularly, I'd like the documentation for sendEvent().
The Tracker is in…

Andy Thompson
- 299
- 1
- 3
- 9
0
votes
1 answer
Connecting mobile device via GPRS
As i understand, mobile devices (gps trackers, etc) are able to send data using two ways:
SMS, that is being received with special device, connected to the server
GPRS (straight connect to the server)
But what about sending data from the server to…

avasin
- 9,186
- 18
- 80
- 127
0
votes
1 answer
Running MATLAB command that awaits a later command; all in a script
This is a question to an earlier question I had posted it turn out I need to generalize it. So I have these commands:
tracker=tcpip('127.0.0.1', 20200, 'NetworkRole', 'server');
fopen(tracker);
system('"C:\PROGRA~1\..." param1 param2')
I am using…

theAngryPhysicist
- 129
- 1
- 5
- 12
0
votes
1 answer
Request Tracker: Notify Previous Owner
I would like to be able to send an e-mail to the previous owner when someone steals a ticket, currently with Request Tracker I can send an e-mail to the new owner but not the previous owner.
There appears to be an extension to allow this however it…

MrWhippy
- 15
- 4
0
votes
1 answer
UDP Scraper for Modifed Torrent Editor in PHP
We are doing a site wherein you are allowed to edit the trackers of a torrent file.
We are currently searching about the SEEDS and PEERS of a TRACKER.
We are confused how it worked. Is there somebody that knows how to show the SEEDS and PEERS of a…

Jeffrey Llano
- 11
- 4
0
votes
2 answers
Is it possible to assign an array to a two-dimensional array?
I am making an expense tracker program for an assessment project, but the thing is, the question sheet is too vague. One of the problems is that, I am not sure if I should just stick to a one-dimensional array or a multi-dimensional one.
The whole…
0
votes
2 answers
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 query string provided.
From the specification, it…

Viktor Elofsson
- 1,581
- 2
- 13
- 20
0
votes
1 answer
Query to a torrent tracker in node.js
I was looking for a node.js implementation to query a torrent tracker (http, udp or whatever) to get seeds, peers and downloads
What I found was only a tracker server implementation, and before implementing it myself I ask here if anybody has…

darioguarascio
- 1,077
- 11
- 15
0
votes
3 answers
How do i optimize my php functions and mysql request
I just wrote this php tracker code, that will be included in themes, to have some simple stats. Now since it will process a lot of requests, it needs to be solid and fast. My php level isn't that good, so i'm looking for help / best practices to…

CKDT
- 97
- 11
0
votes
1 answer
IOS Google Analytics V2 session tracking
I recently started to implement Google Analytics V2 beta in my app and i would like to know how can i track when it is launched. My code is:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary…

Macaret
- 797
- 9
- 33
0
votes
1 answer
Trending tracker in Twitter (Android)
I am developing an app which will used for trending tracker in twitter.
The app can open up and show what is trending on twitter, and then you can click on the word that is trending and it will take you to somethings that are being said about it.
I…

haythem souissi
- 3,263
- 7
- 50
- 77