Skip to content

qubex22/ProjectGAIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GAIA 4G

Sistema de Posicionamiento Seguro mediante modulo 4g

scripts de inicio

/etc/init.d/modemcomms.sh
/etc/init.d/localizacion.sh

conexion vpn /etc/openvpn/ClientVPN.ovpn // y los certificados en esa carpeta

   ca.crt  ClientVPN.crt  ClientVPN.key  ClientVPN.ovpn  ta.key 

/etc/default/openvpn // AUTOSTART="none" lo iniciamos en el script.sh

confgauracion gpsd /etc/default/gpsd // asi obligatoriamente

	# Default settings for gpsd.
	# Please do not edit this file directly - use `dpkg-reconfigure gpsd' to
	# change the options.
	START_DAEMON="false"
	GPSD_OPTIONS=""
	DEVICES=""
	USBAUTO="true"  // esto detecta automaticamente el gps e inicia el servicio
	GPSD_SOCKET="/var/run/gpsd.sock"

traccar linux client /etc/tralnx.conf // configuracion del servicio de envio de posicion

/home/user/* // aqui se encuentran los diferentes scripts que se utilizan

/etc/qmi-network.conf // aqui la apn

About

Sistema de Posicionamiento Seguro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published