ip: 192.168.1.2
#All parameters are Case Sensistive. Please type carefully.
#Do not comment out any paramters, as they are essential for the UAVcast proccess. Just change the parameter with the option value.
#FlightController type. Arguments; Navio, APM(Any Ardupilot boards such as APM2,x Pixhawk)
Cntrl="APM"
#Use udp_redirect(TTL to Ethernet converter)?. #Options; Yes, No
udp_redirect="No"
#GCS_adress; Set your DynDns or IP of Ground Control Station.
GCS_adress="191.168.1.2"
#Ground Control Station Telemetry Port APM or Navio should start streaming to.
#NOTE! You need to open this port on your GCS network.
PORT="14550"
#Options; uqmi, wvdial, Ethernet
GSM_Connect="Ethernet"
#wvdial configuration. These are standard values, and should not be changed.
#However, some operators uses diffrent Phone number and credentials.
wv_init1="ATZ"
wv_init2="ATE1"
wv_init3="AT+CGDCONT=1"
wv_carrier_check="no"
wv_Phone="*99#"
wv_Modem="/dev/ttyUSB0"
wv_Username="{test}"
wv_Password="{test}"
wv_Baud="460800"
wv_Auto_Reconnect="on"
#Access Point Name given by your operator. Make sure you use a APN with public ip.
#Set your Cell operators APN name. Example, Telenor Norway use "internet.public"
APN_name="internet.public"
#Use WebCamera?. Options; Yes, No
UseCam="Yes"
#Options; picam, C920, C615
CameraType="picam"
#gStreamer Settings.
WIDTH="640"
HEIGHT="480"
UDP_PORT="5000"
BITRATE="1500000"
FPS="20"
#Use Inadyn DynDNS Client?
UseDns="No"
Username=""
Password=""
Alias=""
dyndns_system="default@no-ip.com"
#Run continuously DroneCheck. If Online connection fails, it will try to reconnect. Options; "Yes", "No"
DroneCheck="No"
##############################################
#Navio Boards ONLY. Used if Cntrl="Navio" #
##############################################
#Args; APMrover2, ArduPlane, ArduCopter-quad,ArduCopter-tri, ArduCopter-hexa, ArduCopter-y6, ArduCopter-octa, ArduCopter-octa-quad, ArduCopter-heli, ArduCopter-single
APM_type="ArduPlane"
#Use secondary telemetry? Options; Yes, No
secondary_tele="Yes"
sec_ip_address="191.168.1.2"
sec_port="14550"