The program sends the current location over the cellular network.

Dependencies:   aconno_I2C ublox-at-cellular-interface gnss ublox-cellular-base Lis2dh12 ublox-cellular-base-n2xx ublox-at-cellular-interface-n2xx low-power-sleep

Fork of example-gnss by u-blox

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers udp.cpp Source File

udp.cpp

00001 /*
00002  * U-Blox SARA UDP class
00003  * Made by Jurica @ aconno
00004  * More info @ aconno.de
00005  */
00006 
00007 #include "udp.h"
00008 
00009 Udp::Udp(char *ip, int port) :
00010         _ip(ip), _port(port)
00011 {
00012 
00013 }