Questions tagged [teltonika]

Teltonika is a company which provides different devices to Overcome the challenges of IoT (Internet of Things) and achieve its full potential with GPS trackers,Teltonika M2M, fleet management, industrial routers etc.

22 questions
2
votes
2 answers

Removing multiple characters from a string in c# using MyString.Remove(x,y)

While running a program in my server (a beacon detection code), I will receive a variable size string, named io385. The string length can vary according to how many beacons are detected: One beacon: 46 bytes (first 4 bytes are useless, next 40 are…
Jonaas18
  • 33
  • 5
1
vote
0 answers

How send SMS command over GPRS to teltonika devices fmbXXX

I want to send SMS command over GPRS to teltonika devices fmbXXX , I got response when I send the command getio but other commands didn't work Here is the script just for test const net = require("net"); const Parser =…
kaizen
  • 11
  • 1
1
vote
0 answers

Teltonika FMB965 continues sending same records – Ack Problem?

Im trying to build a small GPS-tracking software. To parse the data sent through TCP/IP from the device to my server I am using this package: https://github.com/uro/teltonika-fm-parser I already receive all necessary information and store it to the…
rakete
  • 2,953
  • 11
  • 54
  • 108
1
vote
1 answer

Python format UDP messages format hexadecimal

Hello friends I have a socket server in python that is based on the UDP protocol when receiving the messages sent by a gps device, teltonika shows me the following: '\ x00b \ xca \ xfe \ x01 \ x16 \ x00 \ x0f359632103146970 \ x08 \ x01 \ x00 \ x00 \…
Roller Fernandez
  • 171
  • 1
  • 3
  • 12
0
votes
1 answer

Teltonika GPS first ACK using python

I am currently trying to integrate an interface for the teltonika fmc640 on our server. Quick introduction: The device sends its IMEI, server decides wether it declines the data packet or not (01 = accept, 00= decline) and if the servers responds…
Progressive
  • 95
  • 1
  • 10
0
votes
1 answer

How to move to the next record on Teltonika Codec 8 protocol for GPS tracking beyond record 13?

I am currently building a server for GPS tracking using Teltonika Codec 8 protocol. While I have read all the relevant documentation, I am facing an issue where I am unable to move to the next record beyond record 13. I have received the IMEI and…
0
votes
0 answers

OCPP Authorization

I'm trying to create an OCPP Server to handle the Electronic Vehicle actions. I'll use the NodeJS and websocket for the communication between server and client(charger). Here are the technologies I use: NodeJS Version: 18.13.0 OCPP Version:…
sundowatch
  • 3,012
  • 3
  • 38
  • 66
0
votes
0 answers

Data send to server

I'm beginner in IT field. I have teltonika make gateway router with data to server feature where I can enter any server address to read data over own server. I have try to read data over local host application "Hercules", here I got Json string…
0
votes
0 answers

How to receive data from GPS Tracker FMB640

For learning purposes, I decided to create something useful for myself a real-time GPS tracker. After reading tons of documentation I'm still facing some understanding issues about the whole concept and how it works and it stops me to begin writing…
henrbu
  • 137
  • 10
0
votes
1 answer

Linux pppd - lcp config failures on debian 8 pppd 2.4.6 but works on ubuntu 22.0 with pppd 2.4.9 - CHAP challenge appears after confrej

I hope someone can help me I have a Teltonika modem with a Wireless Logic SIM which we are driving using the Linux pppd daemon over a serial port and Im trying to work out why I cant get past authentication on an older Debian linux with pppd 2.4.6…
Peter Deed
  • 56
  • 4
0
votes
0 answers

How to retrive Data using teltonika-parser-ex : GPS traker FMB204 teltonika

this is my first time data from a GPS traker FMB204 teltonika I would like to display data on my local machine I set up the device to send data on my IP address on port 3000 how can I retrieve data (longitude,e lantitude, fuel, speed ... )using…
Alex777
  • 1
  • 4
0
votes
0 answers

Teltonika FMM920 sensor to Thingsboard

Have someone manage to connect a sensor from Teltonika to Thingsboard? I'm trying to configure a Teltonika FMM920. Got it to send data to https://gps-trace.com/en/ruhavik but i've not yet found a guide for sending data directly to Thingsboard. What…
Olsson
  • 1
  • 1
0
votes
0 answers

Concox GT06 Listener Server C# data period problem

i have problem for Tcplistener And GT06. I have the coding I wrote with c# TcpListener, there is no problem in data exchange. I reply when the login message comes, but I get location information in long time intervals and then the connection ends…
0
votes
1 answer

Zabbix & Teltonika SMS Gateway

I would like to utilise the Teltonika SMS Gateway in Zabbix to send SMS. The format is the following: http://10.3.1.7/cgi-bin/sms_send?username=user1&password=user_pass&number=0037060000001&text=testmessage I understand how to pass the variables…
Nathan
  • 2,461
  • 4
  • 37
  • 48
0
votes
2 answers

Teltonika TST100 GPRS command not sending via TCP

i have a teltonika tcp server that parses data it works ok but i'm not able to send gprs command and i don't know why or what i do wrong. Here is from their website documentation: First, the Teltonika device opens the GPRS session and sends AVL…
chris227
  • 579
  • 9
  • 28
1
2