cgps.c 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598
  1. /*
  2. * Copyright 2005 Jeff Francis <jeff@gritch.org>
  3. *
  4. * This file is Copyright 2005 by the GPSD project
  5. * SPDX-License-Identifier: BSD-2-clause
  6. */
  7. /*
  8. Jeff Francis
  9. jeff@gritch.org
  10. Kind of a curses version of xgps for use with gpsd.
  11. */
  12. /* ==================================================================
  13. These #defines should be modified if changing the number of fields
  14. to be displayed.
  15. ================================================================== */
  16. // Width of Compass/IMU window
  17. #define IMU_WIDTH 80
  18. /* This defines how much overhead is contained in the 'datawin' window
  19. (eg, box around the window takes two lines). */
  20. #define DATAWIN_OVERHEAD 2
  21. /* This defines how much overhead is contained in the 'satellites'
  22. window (eg, box around the window takes two lines, plus the column
  23. headers take another line). */
  24. #define SATWIN_OVERHEAD 3
  25. /* Minimum display rows are output in the 'datawin' window
  26. when in GPS mode. Change this value if you add or remove fields
  27. from the 'datawin' window for the GPS mode. */
  28. #define DATAWIN_GPS_ROWS 8
  29. // rows of DOPS we can show
  30. #define DATAWIN_DOPS_ROWS 7
  31. // rows of more DOPS we can show
  32. #define DATAWIN_MDOPS_ROWS 4
  33. // rows of ECEF we can show
  34. #define DATAWIN_ECEF_ROWS 3
  35. /* This is how many display fields are output in the 'datawin' window
  36. when in COMPASS (IMU) mode. Change this value if you add or remove fields
  37. from the 'datawin' window for the COMPASS mode. */
  38. #define DATAWIN_COMPASS_FIELDS 18
  39. /* This is how far over in the 'datawin' window to indent the field
  40. descriptions. */
  41. #define DATAWIN_DESC_OFFSET 2
  42. // This is how far over in the 'datawin' window to indent the field values.
  43. #define DATAWIN_VALUE_OFFSET 17
  44. /* This is the width of the 'datawin' window. It's recommended to
  45. keep DATAWIN_WIDTH + SATELLITES_WIDTH <= 80 so it'll fit on a
  46. "standard" 80x24 screen. */
  47. #define DATAWIN_WIDTH 45
  48. /* This is the width of the 'satellites' window. It's recommended to
  49. keep DATAWIN_WIDTH + SATELLITES_WIDTH <= 80 so it'll fit on a
  50. "standard" 80x24 screen. */
  51. #define SATELLITES_WIDTH 35
  52. /* ================================================================
  53. You shouldn't have to modify any #define values below this line.
  54. ================================================================ */
  55. /* This is the minimum ysize we'll accept for the 'datawin' window in
  56. COMPASS mode. */
  57. #define MIN_COMPASS_DATAWIN_YSIZE (DATAWIN_COMPASS_FIELDS + DATAWIN_OVERHEAD)
  58. #include "../include/gpsd_config.h" // must be before all includes
  59. #include <ctype.h>
  60. #include <curses.h>
  61. #include <errno.h>
  62. #ifdef HAVE_GETOPT_LONG
  63. #include <getopt.h>
  64. #endif
  65. #include <math.h>
  66. #include <signal.h>
  67. #include <stdbool.h>
  68. #include <stdio.h>
  69. #include <stdlib.h>
  70. #include <string.h>
  71. #include <time.h>
  72. #include <unistd.h>
  73. #include "../include/gps.h"
  74. #include "../include/gps_json.h" // for GPS_JSON_RESPONSE_MAX
  75. #include "../include/compiler.h" // for UNUSED
  76. #include "../include/gpsdclient.h"
  77. #include "../include/os_compat.h"
  78. #include "../include/timespec.h"
  79. // FILE *dlog = NULL; // debug
  80. static struct gps_data_t gpsdata;
  81. static time_t status_timer; // Time of last state change.
  82. static int state = 0; // or MODE_NO_FIX=1, MODE_2D=2, MODE_3D=3
  83. static float altfactor = METERS_TO_FEET;
  84. static float speedfactor = MPS_TO_MPH;
  85. static char *altunits = "ft";
  86. static char *speedunits = "mph";
  87. static struct fixsource_t source;
  88. static int debug;
  89. static WINDOW *datawin, *satellites, *messages, *slop;
  90. static bool raw_flag = false; // show raw JSON data
  91. static bool show_dops = false; // tall screen, show DOPs
  92. static bool show_ecefs = false; // taller screen, show ECEFs
  93. static bool show_more_dops = false; // tall screen, show more DOPs
  94. static bool silent_flag = false; // force raw JSON data off
  95. static bool magnetic_flag = false; // use magnetic, not true, heading
  96. static int window_ysize = 0; // rows in datawin
  97. static int display_sats = 0; // number of rows of sats to display
  98. static bool imu_flag = false;
  99. // pseudo-signals indicating reason for termination
  100. #define CGPS_QUIT 0 // voluntary termination
  101. #define GPS_GONE -1 // GPS device went away
  102. #define GPS_ERROR -2 // low-level failure in GPS read
  103. #define GPS_TIMEOUT -3 // low-level failure in GPS waiting
  104. /* range test an int,
  105. * Return: chars + NUL
  106. */
  107. static const char *int_to_str(int val, int min, int max)
  108. {
  109. static char buf[20];
  110. if (val < min ||
  111. val > max) {
  112. return "n/a";
  113. }
  114. (void)snprintf(buf, sizeof(buf), "%3d", val);
  115. return buf;
  116. }
  117. // range test an double, to tenths, return 5 chars + NUL
  118. static const char *tenth_to_str(double val, double min, double max)
  119. {
  120. static char buf[20];
  121. if (0 == isfinite(val) ||
  122. val < min ||
  123. val > max) {
  124. return " n/a";
  125. }
  126. (void)snprintf(buf, sizeof(buf), "%5.1f", val);
  127. return buf;
  128. }
  129. // format a DOP into a 5 char string, handle NAN, INFINITE
  130. static char *dop_to_str(double dop)
  131. {
  132. static char buf[20];
  133. if (0 == isfinite(dop)) {
  134. return " n/a ";
  135. }
  136. (void)snprintf(buf, sizeof(buf), "%5.2f", dop);
  137. return buf;
  138. }
  139. // format an EP into a string, handle NAN, INFINITE
  140. static char *ep_to_str(double ep, double factor, char *units)
  141. {
  142. static char buf[20];
  143. double val;
  144. if (0 == isfinite(ep)) {
  145. return " n/a ";
  146. }
  147. // somehow these go negative now and then...
  148. val = fabs(ep * factor);
  149. if (100 <= val) {
  150. (void)snprintf(buf, sizeof(buf), "+/-%5d %.5s", (int)val, units);
  151. } else {
  152. (void)snprintf(buf, sizeof(buf), "+/-%5.1f %.5s", val, units);
  153. }
  154. return buf;
  155. }
  156. // format an ECEF p and v into a string, handle NAN, INFINITE
  157. static char *ecef_to_str(double pos, double vel)
  158. {
  159. static char buf[128];
  160. if (0 == isfinite(pos)) {
  161. if (0 == isfinite(vel)) {
  162. // no position, no velocity
  163. return " n/a n/a ";
  164. } else {
  165. // no position, have velocity
  166. (void)snprintf(buf, sizeof(buf), " n/a % 8.3f %2.2s/s",
  167. vel * altfactor, altunits);
  168. }
  169. } else {
  170. if (0 == isfinite(vel)) {
  171. // have position, no velocity
  172. (void)snprintf(buf, sizeof(buf), "% 14.3f %2.2s n/a ",
  173. pos * altfactor, altunits);
  174. } else {
  175. // have position, have velocity
  176. (void)snprintf(buf, sizeof(buf), "% 14.3f %2.2s % 8.3f %2.2s/s",
  177. pos * altfactor, altunits,
  178. vel * altfactor, altunits);
  179. }
  180. }
  181. return buf;
  182. }
  183. /* Function to call when we're all done. Does a bit of clean-up.
  184. *
  185. * Print msg to stderr, if there is one.
  186. *
  187. * never returns, it exits.
  188. */
  189. static void die(int sig, const char *msg)
  190. {
  191. if (!isendwin()) {
  192. // Move the cursor to the bottom left corner.
  193. (void)mvcur(0, COLS - 1, LINES - 1, 0);
  194. // Put input attributes back the way they were.
  195. (void)echo();
  196. // Done with curses.
  197. (void)endwin();
  198. }
  199. if (NULL != msg &&
  200. '\0' != msg[0]) {
  201. fputs(msg, stderr);
  202. fputs("\n", stderr);
  203. }
  204. // We're done talking to gpsd.
  205. (void)gps_close(&gpsdata);
  206. switch (sig) {
  207. case CGPS_QUIT:
  208. break;
  209. case GPS_GONE:
  210. (void)fprintf(stderr, "cgps: GPS hung up.\n");
  211. break;
  212. case GPS_ERROR:
  213. (void)fprintf(stderr, "cgps: GPS read returned error\n");
  214. break;
  215. case GPS_TIMEOUT:
  216. (void)fprintf(stderr, "cgps: GPS timeout\n");
  217. break;
  218. default:
  219. (void)fprintf(stderr, "cgps: caught signal %d\n", sig);
  220. break;
  221. }
  222. // Bye!
  223. exit(EXIT_SUCCESS);
  224. }
  225. static enum deg_str_type deg_type = deg_dd;
  226. // initialize curses and set up screen windows
  227. static void windowsetup(void)
  228. {
  229. /* Set the window sizes per the following criteria:
  230. *
  231. * 1. Set the window size to display the maximum number of
  232. * satellites possible, but not more than can be fit in a
  233. * window the size of the GPS report window. We have to set
  234. * the limit that way because MAXCHANNELS has been made large
  235. * in order to prepare for survey-grade receivers..
  236. *
  237. * 2. If the screen size will not allow for the full complement of
  238. * satellites to be displayed, set the windows sizes smaller, but
  239. * not smaller than the number of lines necessary to display all of
  240. * the fields in the 'datawin'. The list of displayed satellites
  241. * will be truncated to fit the available window size. (TODO: If
  242. * the satellite list is truncated, omit the satellites not used to
  243. * obtain the current fix.)
  244. *
  245. * 3. If the screen is tall enough to display all possible
  246. * satellites (MAXCHANNELS - 2) with space still left at the bottom,
  247. * add a window at the bottom in which to scroll raw gpsd data.
  248. *
  249. * 4. If the screen is tall enough to display extra data, expand
  250. * data window down to show DOPs, ECEFs, etc.
  251. */
  252. int ysize; // actual screen lines
  253. int ysize_gps; // ysize, minus rows reserved for raw
  254. int slop_width; // width of the slop window
  255. (void)initscr();
  256. // initscr sets up COLS and LINES
  257. ysize = LINES;
  258. (void)noecho();
  259. // cbreak() ??
  260. // fprintf(dlog, "windowsetup(), LINES = %d COLS %d\n", LINES, COLS);
  261. // fflush(dlog);
  262. // turn off cursor
  263. curs_set(0);
  264. if (imu_flag) {
  265. // We're an IMU, set up accordingly.
  266. int row = 1;
  267. if ((IMU_WIDTH - 2) > COLS) {
  268. // allow 78, cutting of the two rightmost columns is acceptable
  269. die(0, "Your terminal not wide enough. 80 columns required.");
  270. }
  271. if (MIN_COMPASS_DATAWIN_YSIZE == ysize) {
  272. raw_flag = false;
  273. window_ysize = MIN_COMPASS_DATAWIN_YSIZE;
  274. } else if (MIN_COMPASS_DATAWIN_YSIZE < ysize) {
  275. raw_flag = true;
  276. window_ysize = MIN_COMPASS_DATAWIN_YSIZE;
  277. } else {
  278. die(0, "Your terminal does not have enough rows run cgps.");
  279. }
  280. datawin = newwin(window_ysize, IMU_WIDTH, 0, 0);
  281. // do not block waiting for user input
  282. (void)nodelay(datawin, true);
  283. if (NULL != messages) {
  284. (void)delwin(messages);
  285. messages = NULL;
  286. }
  287. if (raw_flag) {
  288. messages = newwin(0, 0, window_ysize, 0);
  289. (void)scrollok(messages, true);
  290. (void)wsetscrreg(messages, 0, ysize - (window_ysize));
  291. }
  292. // Do the initial compass field label setup.
  293. (void)mvwaddstr(datawin, row++, DATAWIN_DESC_OFFSET, "msg:");
  294. (void)mvwaddstr(datawin, row++, DATAWIN_DESC_OFFSET, "Time:");
  295. (void)mvwaddstr(datawin, row++, DATAWIN_DESC_OFFSET, "timeTag:");
  296. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Accel X:");
  297. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "m/s^2");
  298. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Accel Y:");
  299. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "m/s^2");
  300. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Accel Z:");
  301. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "m/s^2");
  302. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Gyro T:");
  303. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "deg C");
  304. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Gyro X:");
  305. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "deg/s^2");
  306. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Gyro Y:");
  307. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "deg/s^2");
  308. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Gyro Z:");
  309. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "deg/s^2");
  310. (void)mvwaddstr(datawin, row++, DATAWIN_DESC_OFFSET, "Mag X:");
  311. (void)mvwaddstr(datawin, row++, DATAWIN_DESC_OFFSET, "Mag Y:");
  312. (void)mvwaddstr(datawin, row++, DATAWIN_DESC_OFFSET, "Mag Z:");
  313. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Yaw:");
  314. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "deg");
  315. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Pitch:");
  316. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "deg");
  317. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET, "Roll:");
  318. (void)mvwaddstr(datawin, row++, IMU_WIDTH - 8, "deg");
  319. (void)wborder(datawin, 0, 0, 0, 0, 0, 0, 0, 0);
  320. // done with IMU setup
  321. // make it so
  322. (void)refresh();
  323. return;
  324. }
  325. if ((DATAWIN_WIDTH + SATELLITES_WIDTH - 2) > COLS) {
  326. // allow 78, cutting of the two rightmost columns is acceptable
  327. die(0, "Your terminal not wide enough. 80 columns required.");
  328. }
  329. // We're a GPS, set up accordingly.
  330. if (silent_flag) {
  331. // no messages window, use full height
  332. raw_flag = false;
  333. ysize_gps = ysize;
  334. } else {
  335. // leave 4 rows for messages window
  336. ysize_gps = ysize - 4;
  337. }
  338. if ((DATAWIN_OVERHEAD + DATAWIN_GPS_ROWS + DATAWIN_DOPS_ROWS +
  339. DATAWIN_MDOPS_ROWS + DATAWIN_ECEF_ROWS) <= ysize_gps) {
  340. // everything fits
  341. raw_flag = true;
  342. show_dops = true;
  343. show_ecefs = true;
  344. show_more_dops = true;
  345. } else if ((DATAWIN_OVERHEAD + DATAWIN_GPS_ROWS + DATAWIN_DOPS_ROWS +
  346. DATAWIN_MDOPS_ROWS) <= ysize_gps) {
  347. // everything fits, except ecef
  348. raw_flag = true;
  349. show_dops = true;
  350. show_ecefs = false;
  351. show_more_dops = true;
  352. } else if ((DATAWIN_OVERHEAD + DATAWIN_GPS_ROWS + DATAWIN_DOPS_ROWS +
  353. DATAWIN_ECEF_ROWS) <= ysize_gps) {
  354. // everything fits, except more dops
  355. raw_flag = true;
  356. show_dops = true;
  357. show_ecefs = true;
  358. show_more_dops = false;
  359. } else if ((DATAWIN_OVERHEAD + DATAWIN_GPS_ROWS +
  360. DATAWIN_DOPS_ROWS) <= ysize_gps) {
  361. // everything fits, except more dops, and ecefs
  362. raw_flag = true;
  363. show_dops = true;
  364. show_ecefs = false;
  365. show_more_dops = false;
  366. } else if ((DATAWIN_OVERHEAD + DATAWIN_GPS_ROWS) <= ysize_gps) {
  367. // barely fits, no dops, more dops, or ecefs
  368. raw_flag = false;
  369. show_dops = true;
  370. show_ecefs = false;
  371. show_more_dops = false;
  372. } else {
  373. die(0, "Your screen is too small to run cgps.");
  374. }
  375. // compute datawin rows
  376. window_ysize = DATAWIN_OVERHEAD + DATAWIN_GPS_ROWS;
  377. if (show_dops) {
  378. window_ysize += DATAWIN_DOPS_ROWS;
  379. if (show_more_dops) {
  380. window_ysize += DATAWIN_MDOPS_ROWS;
  381. }
  382. } else {
  383. // should never happen
  384. show_more_dops = false;
  385. }
  386. if (show_ecefs) {
  387. window_ysize += DATAWIN_ECEF_ROWS;
  388. }
  389. if (silent_flag) {
  390. raw_flag = false;
  391. window_ysize = ysize; // use full height
  392. }
  393. display_sats = window_ysize - SATWIN_OVERHEAD;
  394. datawin = newwin(window_ysize, DATAWIN_WIDTH, 0, 0);
  395. satellites = newwin(window_ysize, SATELLITES_WIDTH, 0, DATAWIN_WIDTH);
  396. // slop is the area to the right, past satellites, that gathers lint
  397. slop_width = COLS - (DATAWIN_WIDTH + SATELLITES_WIDTH);
  398. if (0 < slop_width) {
  399. slop = newwin(window_ysize, slop_width, 0,
  400. DATAWIN_WIDTH + SATELLITES_WIDTH);
  401. (void)werase(slop);
  402. (void)wrefresh(slop);
  403. }
  404. // do not block waiting for user input
  405. (void)nodelay(datawin, true);
  406. if (NULL != messages) {
  407. (void)delwin(messages);
  408. messages = NULL;
  409. }
  410. if (raw_flag) {
  411. messages = newwin(ysize - (window_ysize), COLS, window_ysize, 0);
  412. (void)scrollok(messages, true);
  413. (void)wsetscrreg(messages, 0, ysize - (window_ysize));
  414. }
  415. (void)werase(datawin);
  416. (void)wborder(datawin, 0, 0, 0, 0, 0, 0, 0, 0);
  417. // make it so
  418. (void)refresh();
  419. }
  420. #define LINE(val) \
  421. if (0 != isfinite(val)) { \
  422. (void)mvwprintw(datawin, row, col, "% 8.4f", val); \
  423. } \
  424. row++;
  425. static void update_imu(struct attitude_t *datap, int col)
  426. {
  427. int row = 1;
  428. int col_width = 10;
  429. (void)mvwprintw(datawin, row++, col, "%-*s", col_width, datap->msg);
  430. // Print time/date.
  431. if (0 < datap->mtime.tv_sec) {
  432. char scr[128];
  433. (void)timespec_to_iso8601(datap->mtime, scr, sizeof(scr));
  434. (void)mvwprintw(datawin, row, col, "%-*s", col_width, scr);
  435. }
  436. row++;
  437. // Print timeTag
  438. if (0 != datap->timeTag) {
  439. (void)mvwprintw(datawin, row, col, "%10lu", datap->timeTag);
  440. }
  441. row++;
  442. // Fill in the accelerometers
  443. LINE(datap->acc_x);
  444. LINE(datap->acc_y);
  445. LINE(datap->acc_z);
  446. // Gyro
  447. LINE(datap->gyro_temp);
  448. LINE(datap->gyro_x);
  449. LINE(datap->gyro_y);
  450. LINE(datap->gyro_z);
  451. // Magnetic
  452. LINE(datap->mag_x);
  453. LINE(datap->mag_y);
  454. LINE(datap->mag_z);
  455. LINE(datap->yaw);
  456. LINE(datap->pitch);
  457. LINE(datap->roll);
  458. }
  459. // This gets called once for each new sentence.
  460. static void update_imu_panel(struct gps_data_t *gpsdata,
  461. const char *message)
  462. {
  463. int update = 0;
  464. struct attitude_t *datap;
  465. datap = &gpsdata->attitude;
  466. if (0 < datap->mtime.tv_sec) {
  467. if ('\0' == datap->msg[0]) {
  468. strlcpy(datap->msg, " ATT", sizeof(datap->msg));
  469. }
  470. update_imu(datap, 12);
  471. update = 1;
  472. }
  473. datap = &gpsdata->imu[0];
  474. if ('\0' != datap->msg[0]) {
  475. if (0 == strcmp("UBX-ESF-MEAS", datap->msg)) {
  476. update_imu(datap, 40);
  477. update = 1;
  478. }
  479. if (0 == strcmp("UBX-ESF-RAW", datap->msg)) {
  480. update_imu(datap, 60);
  481. update = 1;
  482. }
  483. }
  484. if (0 != update) {
  485. (void)wrefresh(datawin);
  486. }
  487. if (raw_flag && !silent_flag) {
  488. // Be quiet if the user requests silence.
  489. (void)waddstr(messages, message);
  490. (void)wrefresh(messages);
  491. }
  492. }
  493. /* sort the skyviews
  494. * Used = Y first, then used = N
  495. * then sort by PRN, then sigid
  496. */
  497. static int sat_cmp(const void *p1, const void *p2)
  498. {
  499. int diff;
  500. diff = ((struct satellite_t*)p2)->used - ((struct satellite_t*)p1)->used;
  501. if (0 != diff) {
  502. return diff;
  503. }
  504. diff = ((struct satellite_t*)p1)->PRN - ((struct satellite_t*)p2)->PRN;
  505. if (0 != diff) {
  506. return diff;
  507. }
  508. return ((struct satellite_t*)p1)->sigid - ((struct satellite_t*)p2)->sigid;
  509. }
  510. // This gets called once for each new GPS sentence.
  511. static void update_gps_panel(struct gps_data_t *gpsdata, char *message,
  512. size_t message_max)
  513. {
  514. int newstate;
  515. char scr[80];
  516. char buf1[20], buf2[20];
  517. int row;
  518. const char *mag_str;
  519. /* This is for the satellite status display. Originally lifted from
  520. * xgps.c. Note that the satellite list may be truncated based on
  521. * available screen size, or may only show satellites used for the
  522. * fix. */
  523. if (0 != (VERSION_SET & gpsdata->set)) {
  524. // got version, check it
  525. if (0 != strcmp(gpsdata->version.release, VERSION)) {
  526. // expected API version not available
  527. (void)fprintf(stderr,
  528. "cgps: WARNING gpsd server release %s, expected %s, "
  529. "API: %d.%d",
  530. gpsdata->version.release,
  531. VERSION,
  532. gpsdata->version.proto_major,
  533. gpsdata->version.proto_minor);
  534. sleep(4);
  535. }
  536. }
  537. if (0 != (SATELLITE_SET & gpsdata->set)) {
  538. int sat_no;
  539. int loop_end = (display_sats < gpsdata->satellites_visible) ? \
  540. display_sats : gpsdata->satellites_visible;
  541. // just repaint every time. Hides a multitude of mistakes.
  542. (void)werase(satellites);
  543. (void)mvwaddstr(satellites, 1, 1,
  544. "GNSS S PRN Elev Azim SNR Use");
  545. (void)wborder(satellites, 0, 0, 0, 0, 0, 0, 0, 0);
  546. (void)mvwprintw(satellites, 0, 17, "Seen %2d/Used %2d",
  547. gpsdata->satellites_visible,
  548. gpsdata->satellites_used);
  549. qsort(gpsdata->skyview, gpsdata->satellites_visible,
  550. sizeof( struct satellite_t), sat_cmp);
  551. // displayed all sats that fit, maybe all of them
  552. for (sat_no = 0; sat_no < loop_end; sat_no++) {
  553. int column = 1; // column to write to
  554. char *gnssid;
  555. char sigid[2] = " ";
  556. char health = ' ';
  557. if (0 == gpsdata->skyview[sat_no].svid) {
  558. gnssid = " ";
  559. } else {
  560. switch (gpsdata->skyview[sat_no].gnssid) {
  561. default:
  562. gnssid = " ";
  563. break;
  564. case GNSSID_GPS:
  565. gnssid = "GP"; // GPS
  566. break;
  567. case GNSSID_SBAS:
  568. gnssid = "SB"; // SBAS
  569. break;
  570. case GNSSID_GAL:
  571. gnssid = "GA"; // GALILEO
  572. break;
  573. case GNSSID_BD:
  574. gnssid = "BD"; // BeiDou
  575. break;
  576. case GNSSID_IMES:
  577. gnssid = "IM"; // IMES
  578. break;
  579. case GNSSID_QZSS:
  580. gnssid = "QZ"; // QZSS
  581. break;
  582. case GNSSID_GLO:
  583. gnssid = "GL"; // GLONASS
  584. break;
  585. case GNSSID_IRNSS:
  586. gnssid = "IR"; // IRNSS
  587. break;
  588. }
  589. if (1 < gpsdata->skyview[sat_no].sigid &&
  590. 8 > gpsdata->skyview[sat_no].sigid) {
  591. // Do not display L1, or missing
  592. // max is 8
  593. sigid[0] = '0' + gpsdata->skyview[sat_no].sigid;
  594. sigid[1] = '\0';
  595. }
  596. }
  597. (void)mvwaddstr(satellites, sat_no + 2, column, gnssid);
  598. column += 2;
  599. (void)mvwaddstr(satellites, sat_no + 2, column,
  600. int_to_str(gpsdata->skyview[sat_no].svid, 0, 500));
  601. column += 4;
  602. (void)mvwaddstr(satellites, sat_no + 2, column, sigid);
  603. column += 2;
  604. /* PRN is not unique for all GNSS systems.
  605. * Each GNSS (GPS, GALILEO, BeiDou, etc.) numbers their PRN from 1.
  606. * What we really have here is USI, Universal Sat ID
  607. * The USI for each GNSS satellite is unique, starting at 1.
  608. * Not all GPS receivers compute the USI the same way. YMMV
  609. *
  610. * Javad (GREIS) GPS receivers compute USI this way:
  611. * GPS is USI 1-37, GLONASS 38-70, GALILEO 71-119, SBAS 120-142,
  612. * QZSS 193-197, BeiDou 211-247
  613. *
  614. * Geostar GPS receivers compute USI this way:
  615. * GPS is USI 1 to 32, SBAS is 33 to 64, GLONASS is 65 to 96 */
  616. /* no GPS uses PRN 0, NMEA 4.0 here, NMEA 4.0 uses 1-437 */
  617. (void)mvwaddstr(satellites, sat_no + 2, column,
  618. int_to_str(gpsdata->skyview[sat_no].PRN,
  619. 1, 438));
  620. column += 4;
  621. (void)mvwaddstr(satellites, sat_no + 2, column,
  622. tenth_to_str(gpsdata->skyview[sat_no].elevation,
  623. -90.0, 90.0));
  624. column += 6;
  625. (void)mvwaddstr(satellites, sat_no + 2, column,
  626. tenth_to_str(gpsdata->skyview[sat_no].azimuth,
  627. 0.0, 359.0));
  628. column += 6;
  629. (void)mvwaddstr(satellites, sat_no + 2, column,
  630. tenth_to_str(gpsdata->skyview[sat_no].ss,
  631. 0.0, 254.0));
  632. column += 5;
  633. if (SAT_HEALTH_BAD == gpsdata->skyview[sat_no].health) {
  634. // only mark known unhealthy
  635. health = 'u';
  636. }
  637. (void)mvwprintw(satellites, sat_no + 2, column, " %c%c ",
  638. health,
  639. gpsdata->skyview[sat_no].used ? 'Y' : 'N');
  640. }
  641. // Display More... ?
  642. if (sat_no < gpsdata->satellites_visible) {
  643. // Too many sats to show them all, tell the user.
  644. if (ERR == mvwprintw(satellites, display_sats + 2, 1, "%s",
  645. "More...")) {
  646. die(0, "failed to print sat win More");
  647. }
  648. }
  649. }
  650. // else no sats to display, screen already cleared...
  651. // turn off cursor
  652. curs_set(0);
  653. row = 1;
  654. // Print time/date. with (leap_second)
  655. if (0 < gpsdata->fix.time.tv_sec) {
  656. (void)timespec_to_iso8601(gpsdata->fix.time, scr, sizeof(scr));
  657. } else {
  658. (void)strlcpy(scr, " n/a", sizeof(scr));
  659. }
  660. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  661. "Time %-21s (%2d)",
  662. scr, gpsdata->leap_seconds);
  663. // Fill in the latitude.
  664. if (MODE_2D <= gpsdata->fix.mode) {
  665. deg_to_str2(deg_type, gpsdata->fix.latitude,
  666. scr, sizeof(scr), " N", " S");
  667. } else {
  668. (void)strlcpy(scr, "n/a", sizeof(scr));
  669. }
  670. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  671. "Latitude %-25s", scr);
  672. // Fill in the longitude.
  673. if (MODE_2D <= gpsdata->fix.mode) {
  674. deg_to_str2(deg_type, gpsdata->fix.longitude,
  675. scr, sizeof(scr), " E", " W");
  676. } else {
  677. (void)strlcpy(scr, "n/a", sizeof(scr));
  678. }
  679. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  680. "Longitude %-25s", scr);
  681. // Fill in the altitudes.
  682. if (MODE_3D <= gpsdata->fix.mode) {
  683. if (0 == isfinite(gpsdata->fix.altHAE)) {
  684. (void)strlcpy(buf1, " n/a", sizeof(buf1));
  685. } else {
  686. (void)snprintf(buf1, sizeof(buf1), "%11.3f",
  687. gpsdata->fix.altHAE * altfactor);
  688. }
  689. if (0 == isfinite(gpsdata->fix.altMSL)) {
  690. (void)strlcpy(buf2, " n/a", sizeof(buf2));
  691. } else {
  692. (void)snprintf(buf2, sizeof(buf2), "%11.3f",
  693. gpsdata->fix.altMSL * altfactor);
  694. }
  695. } else {
  696. (void)strlcpy(buf1, " n/a", sizeof(buf1));
  697. (void)strlcpy(buf2, " n/a", sizeof(buf2));
  698. }
  699. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  700. "Alt (HAE, MSL) %-11s,%-11s %.2s",
  701. buf1, buf2, altunits);
  702. // Fill in the speed.
  703. if (0 == isfinite(gpsdata->fix.speed)) {
  704. (void)strlcpy(scr, " n/a", sizeof(scr));
  705. } else {
  706. (void)snprintf(scr, sizeof(scr), "%8.2f",
  707. gpsdata->fix.speed * speedfactor);
  708. }
  709. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  710. "Speed %-21s%5s ", scr, speedunits);
  711. // Fill in the track.
  712. if (magnetic_flag) {
  713. mag_str = "(mag, var)";
  714. } else {
  715. mag_str = "(true, var)";
  716. }
  717. if (MODE_2D <= gpsdata->fix.mode &&
  718. 0 != isfinite(gpsdata->fix.track)) {
  719. if (!magnetic_flag ||
  720. 0 == isfinite(gpsdata->fix.magnetic_track)) {
  721. (void)snprintf(buf1, sizeof(buf1), "%5.1f",
  722. gpsdata->fix.track);
  723. } else {
  724. (void)snprintf(buf1, sizeof(buf1), "%5.1f",
  725. gpsdata->fix.magnetic_track);
  726. }
  727. if (0 == isfinite(gpsdata->fix.magnetic_var)) {
  728. (void)strlcat(scr, " ", sizeof(scr));
  729. } else {
  730. (void)snprintf(buf2, sizeof(buf2), "%6.1f",
  731. gpsdata->fix.magnetic_var);
  732. }
  733. } else {
  734. (void)strlcpy(buf1, "n/a", sizeof(buf1));
  735. (void)strlcpy(buf2, "n/a", sizeof(buf2));
  736. }
  737. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  738. "Track %-14s %6s,%6s deg", mag_str, buf1, buf2);
  739. // Fill in the rate of climb.
  740. if (0 == isfinite(gpsdata->fix.climb)) {
  741. (void)strlcpy(scr, " n/a", sizeof(scr));
  742. } else {
  743. (void)snprintf(scr, sizeof(scr), "%8.2f",
  744. gpsdata->fix.climb * altfactor * 60);
  745. }
  746. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  747. "Climb %-*s %5s/min ", 16, scr, altunits);
  748. // Fill in the GPS status and the time since the last state change.
  749. if (0 == gpsdata->online.tv_sec &&
  750. 0 == gpsdata->online.tv_nsec) {
  751. newstate = 0;
  752. (void)strlcpy(scr, "OFFLINE", sizeof(scr));
  753. } else {
  754. const char *fmt;
  755. const char *mod = "";
  756. newstate = gpsdata->fix.mode;
  757. switch (gpsdata->fix.status) {
  758. case STATUS_DGPS:
  759. mod = "DGPS ";
  760. break;
  761. case STATUS_RTK_FIX:
  762. mod = "RTK ";
  763. break;
  764. case STATUS_RTK_FLT:
  765. mod = "RTK ";
  766. break;
  767. case STATUS_DR:
  768. mod = "DR ";
  769. break;
  770. case STATUS_GNSSDR:
  771. mod = "GNSSDR ";
  772. break;
  773. case STATUS_TIME:
  774. mod = "FIXED ";
  775. break;
  776. case STATUS_PPS_FIX:
  777. mod = "P(Y) ";
  778. break;
  779. case STATUS_SIM:
  780. mod = "SIM ";
  781. break;
  782. default:
  783. // ignore:
  784. mod = "";
  785. break;
  786. }
  787. switch (gpsdata->fix.mode) {
  788. case MODE_2D:
  789. fmt = "2D %sFIX (%d secs)";
  790. break;
  791. case MODE_3D:
  792. if (STATUS_TIME == gpsdata->fix.status) {
  793. fmt = "%sSURVEYED (%d secs)";
  794. } else {
  795. fmt = "3D %sFIX (%d secs)";
  796. }
  797. break;
  798. default:
  799. fmt = "NO %sFIX (%d secs)";
  800. break;
  801. }
  802. (void)snprintf(scr, sizeof(scr), fmt, mod,
  803. (int)(time(NULL) - status_timer));
  804. }
  805. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  806. "Status %-*s", 26, scr);
  807. /* Note that the following fields are exceptions to the
  808. * sizing rule. The minimum window size does not include these
  809. * fields, if the window is too small, they get excluded. This
  810. * may or may not change if/when the output for these fields is
  811. * fixed and/or people request their permanence. They're only
  812. * there in the first place because I arbitrarily thought they
  813. * sounded interesting. ;^) */
  814. if (show_dops) {
  815. const char *ep_str;
  816. char *dop_str;
  817. // Fill in the estimated latitude position error, XDOP.
  818. ep_str = ep_to_str(gpsdata->fix.epx, altfactor, altunits);
  819. dop_str = dop_to_str(gpsdata->dop.xdop);
  820. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  821. "Long Err (XDOP, EPX) %s, %-11s",
  822. dop_str, ep_str);
  823. // Fill in the estimated longitude position error, YDOP.
  824. ep_str = ep_to_str(gpsdata->fix.epy, altfactor, altunits);
  825. dop_str = dop_to_str(gpsdata->dop.ydop);
  826. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  827. "Lat Err (YDOP, EPY) %s, %-11s",
  828. dop_str, ep_str);
  829. // Fill in the estimated velocity error, VDOP.
  830. ep_str = ep_to_str(gpsdata->fix.epv, altfactor, altunits);
  831. dop_str = dop_to_str(gpsdata->dop.vdop);
  832. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  833. "Alt Err (VDOP, EPV) %s, %-11s",
  834. dop_str, ep_str);
  835. // extra tall screen, show more DOPs
  836. if (show_more_dops) {
  837. // Fill in the estimated horizontal (2D) error, HDOP
  838. ep_str = ep_to_str(gpsdata->fix.eph, altfactor, altunits);
  839. dop_str = dop_to_str(gpsdata->dop.hdop);
  840. (void)mvwprintw(datawin, row++, 2,
  841. "2D Err (HDOP, CEP) %s, %-11s",
  842. dop_str, ep_str);
  843. // (spherical) position error, 3D error, PDOP
  844. ep_str = ep_to_str(gpsdata->fix.sep, altfactor, altunits);
  845. dop_str = dop_to_str(gpsdata->dop.pdop);
  846. (void)mvwprintw(datawin, row++, 2,
  847. "3D Err (PDOP, SEP) %s, %-11s",
  848. dop_str, ep_str);
  849. // time dilution of precision, TDOP
  850. // FIXME: time ep?
  851. dop_str = dop_to_str(gpsdata->dop.tdop);
  852. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  853. "Time Err (TDOP) %-18s", dop_str);
  854. // geometric dilution of precision, GDOP
  855. // FIXME: gdop ep?
  856. dop_str = dop_to_str(gpsdata->dop.gdop);
  857. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  858. "Geo Err (GDOP) %-18s", dop_str);
  859. }
  860. // Fill in the estimated speed error, EPS.
  861. ep_str = ep_to_str(gpsdata->fix.eps, speedfactor, speedunits);
  862. (void)mvwprintw(datawin, row++, 2,
  863. "Speed Err (EPS) %-11s ", ep_str);
  864. // Fill in the estimated track error, EPD.
  865. ep_str = ep_to_str(gpsdata->fix.epd, speedfactor, "deg");
  866. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  867. "Track Err (EPD) %-14s ", ep_str);
  868. // Fill in the time offset, milliseconds. If we have a time.
  869. // Only the first in every epoch.
  870. // Use TOFF??
  871. (void)mvwaddstr(datawin, row, DATAWIN_DESC_OFFSET,
  872. "Time offset");
  873. if (0 < gpsdata->fix.time.tv_sec) {
  874. static time_t last_time;
  875. if (last_time != gpsdata->fix.time.tv_sec) {
  876. last_time = gpsdata->fix.time.tv_sec;
  877. timespec_t ts_now, ts_diff;
  878. char ts_str[TIMESPEC_LEN];
  879. (void)clock_gettime(CLOCK_REALTIME, &ts_now);
  880. TS_SUB(&ts_diff, &ts_now, &gpsdata->fix.time);
  881. if (10000 < llabs(ts_diff.tv_sec)) {
  882. (void)mvwprintw(datawin, row,
  883. DATAWIN_VALUE_OFFSET + 8,
  884. "%16lld s", (long long)ts_diff.tv_sec);
  885. } else {
  886. (void)mvwprintw(datawin, row,
  887. DATAWIN_VALUE_OFFSET + 8, "%-16s s",
  888. timespec_str(&ts_diff, ts_str,
  889. sizeof(ts_str)));
  890. }
  891. }
  892. }
  893. row++;
  894. // Fill in the grid square (esr thought *this* one was interesting).
  895. // maidenhead checks for invalid lat/lon, but not for 2D/3D mode
  896. if (MODE_2D <= gpsdata->fix.mode) {
  897. ep_str = maidenhead(gpsdata->fix.latitude,
  898. gpsdata->fix.longitude);
  899. } else {
  900. ep_str = "n/a";
  901. }
  902. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET,
  903. "Grid Square %-18s", ep_str);
  904. }
  905. // extra large screen, show ECEF
  906. if (show_ecefs) {
  907. char *estr;
  908. // Fill in the ECEF's.
  909. estr = ecef_to_str(gpsdata->fix.ecef.x, gpsdata->fix.ecef.vx);
  910. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET, "ECEF X, VX %-*s",
  911. 27, estr);
  912. estr = ecef_to_str(gpsdata->fix.ecef.y, gpsdata->fix.ecef.vy);
  913. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET, "ECEF Y, VY %-*s",
  914. 27, estr);
  915. estr = ecef_to_str(gpsdata->fix.ecef.z, gpsdata->fix.ecef.vz);
  916. (void)mvwprintw(datawin, row++, DATAWIN_DESC_OFFSET, "ECEF Z, VZ %-*s",
  917. 27, estr);
  918. }
  919. // short screen, warn user to expand up/down
  920. if (!show_dops ||
  921. !show_ecefs ||
  922. !show_more_dops) {
  923. if (ERR == mvwprintw(datawin, display_sats + 2, 2, "%s", "More...")) {
  924. die(0, "failed to print datawin More");
  925. }
  926. }
  927. // Be quiet if the user requests silence.
  928. if (!silent_flag && raw_flag) {
  929. if (NULL != message) {
  930. // codacy does not like strlen()
  931. size_t message_len = strnlen(message, message_max);
  932. if (0 < message_len) {
  933. if ( '\r' == message[message_len - 1]) {
  934. // remove any trailing \r
  935. message[message_len - 1] = '\0';
  936. }
  937. (void)wprintw(messages, "\n%s", message);
  938. (void)wrefresh(messages);
  939. }
  940. }
  941. }
  942. // Reset the status_timer if the state has changed.
  943. if (newstate != state) {
  944. status_timer = time(NULL);
  945. state = newstate;
  946. }
  947. (void)wrefresh(datawin);
  948. (void)wrefresh(satellites);
  949. }
  950. static void usage(char *prog, int exit_code)
  951. {
  952. (void)fprintf(stderr,
  953. "Usage: %s [-h] [-l {d|m|s}] [-m] [-s] [-V] "
  954. "[server[:port:[device]]]\n\n"
  955. " -? Show this help, then exit\n"
  956. #ifdef HAVE_GETOPT_LONG
  957. " --debug DEBUG Set debug level\n"
  958. " --help Show this help, then exit\n"
  959. " --imu Display IMU data, not GNSS data\n"
  960. " --llfmt FMT Select lat/lon format, same as -l\n"
  961. " --magtrack Display track as estimated magnetic track.\n"
  962. " --silent Be silent, don't print raw gpsd JSON.\n"
  963. " --units U Select distance and speed units, same as -u.\n"
  964. " --version Show version, then exit\n"
  965. #endif
  966. " -D DEBUG Set debug level\n"
  967. " -h Show this help, then exit\n"
  968. " -i Display IMU data, not GNSS data\n"
  969. " -l {d|m|s} Select lat/lon format\n"
  970. " d = DD.ddddddd\n"
  971. " m = DD MM.mmmmmm'\n"
  972. " s = DD MM' SS.sssss\"\n"
  973. " -m Display track as the estimated magnetic track\n"
  974. " -s Be silent, don't print raw gpsd JSON.\n"
  975. " -u {i|m|k} Select distance and speed units\n"
  976. " i = imperial\n"
  977. " m = metric\n"
  978. " n = nautical\n"
  979. " -V Show version, then exit\n",
  980. prog);
  981. exit(exit_code);
  982. }
  983. /*
  984. * No protocol dependencies above this line
  985. */
  986. // popup code shameless taken from "man overlay".
  987. /*
  988. * Pop-up a window on top of curscr. If row and/or col
  989. * are -1 then that dimension will be centered within
  990. * curscr. Return 0 for success or -1 if malloc() failed.
  991. * Pass back the working window and the saved window for the
  992. * pop-up. The saved window should not be modified.
  993. */
  994. static int popup(WINDOW **work, WINDOW **save, int nrows, int ncols,
  995. int row, int col)
  996. {
  997. // Windows are limited to the size of curscr.
  998. if (LINES < nrows) {
  999. nrows = LINES;
  1000. }
  1001. if (COLS < ncols) {
  1002. ncols = COLS;
  1003. }
  1004. // Center dimensions.
  1005. if (row == -1) {
  1006. row = (LINES - nrows) / 2;
  1007. }
  1008. if (col == -1) {
  1009. col = (COLS - ncols) / 2;
  1010. }
  1011. // The window must fit entirely in curscr.
  1012. if (LINES < (row + nrows)) {
  1013. row = 0;
  1014. }
  1015. if (COLS < (col + ncols)) {
  1016. col = 0;
  1017. }
  1018. // sanity check for coverity
  1019. if (0 >= nrows ||
  1020. 0 >= ncols) {
  1021. return -1;
  1022. }
  1023. *work = newwin(nrows, ncols, row, col);
  1024. if (NULL == *work) {
  1025. return -1;
  1026. }
  1027. if (NULL == (*save = dupwin(*work))) {
  1028. delwin(*work);
  1029. return -1;
  1030. }
  1031. overwrite(curscr, *save);
  1032. return 0;
  1033. }
  1034. /*
  1035. * Restore the region covered by a pop-up window.
  1036. * Delete the working window and the saved window.
  1037. * This function is the complement to popup(). Return
  1038. * 0 for success or -1 for an error.
  1039. */
  1040. static void popdown(WINDOW *work, WINDOW *save)
  1041. {
  1042. if (NULL != save) {
  1043. (void)wnoutrefresh(save);
  1044. (void)delwin(save);
  1045. }
  1046. if (NULL != work) {
  1047. (void)delwin(work);
  1048. }
  1049. }
  1050. /*
  1051. * Compute the size of a dialog box that would fit around
  1052. * the string.
  1053. */
  1054. static void dialsize(char *str, int *nrows, int *ncols)
  1055. {
  1056. int rows, cols, col;
  1057. for (rows = 1, cols = col = 0; *str != '\0'; ++str) {
  1058. if ('\n' == *str) {
  1059. if (cols < col)
  1060. cols = col;
  1061. col = 0;
  1062. ++rows;
  1063. } else {
  1064. ++col;
  1065. }
  1066. }
  1067. if (cols < col) {
  1068. cols = col;
  1069. }
  1070. *nrows = rows;
  1071. *ncols = cols;
  1072. }
  1073. /*
  1074. * Write a string into a dialog box.
  1075. */
  1076. static void dialfill(WINDOW *w, char *s)
  1077. {
  1078. int row;
  1079. (void)wmove(w, 1, 1);
  1080. for (row = 1; *s != '\0'; ++s) {
  1081. // FIXME: don't do one char at a time...
  1082. (void)waddch(w, *((unsigned char*) s));
  1083. if (*s == '\n') {
  1084. wmove(w, ++row, 1);
  1085. }
  1086. }
  1087. box(w, 0, 0);
  1088. }
  1089. // popup a dialog box containing str
  1090. static void dialog(char *str)
  1091. {
  1092. WINDOW *work = NULL;
  1093. WINDOW *save = NULL;
  1094. int nrows, ncols;
  1095. // Figure out size of window.
  1096. dialsize(str, &nrows, &ncols);
  1097. // Create a centered working window with extra room for a border.
  1098. (void)popup(&work, &save, nrows + 2, ncols + 2, -1, -1);
  1099. // Write text into the working window.
  1100. dialfill(work, str);
  1101. // Pause for input. wgetch() will do a wrefresh() for us.
  1102. (void)wgetch(work);
  1103. // Restore curscr and free windows.
  1104. popdown(work, save);
  1105. // Redraw curscr to remove window from physical screen.
  1106. (void)doupdate();
  1107. }
  1108. // end popup code shameless taken from "man overlay".
  1109. // Set global degree format from c
  1110. static int set_degree(char c)
  1111. {
  1112. int ret = 0;
  1113. switch (c) {
  1114. case 'd':
  1115. FALLTHROUGH
  1116. case 'D':
  1117. deg_type = deg_dd;
  1118. break;
  1119. case 'm':
  1120. FALLTHROUGH
  1121. case 'M':
  1122. deg_type = deg_ddmm;
  1123. break;
  1124. case 's':
  1125. FALLTHROUGH
  1126. case 'S':
  1127. deg_type = deg_ddmmss;
  1128. break;
  1129. default:
  1130. ret = -1;
  1131. break;
  1132. }
  1133. return ret;
  1134. }
  1135. // Set global units from c
  1136. static int set_units(char c)
  1137. {
  1138. int ret = 0;
  1139. switch (c) {
  1140. case 'i':
  1141. FALLTHROUGH
  1142. case imperial:
  1143. altfactor = METERS_TO_FEET;
  1144. altunits = "ft";
  1145. speedfactor = MPS_TO_MPH;
  1146. speedunits = "mph";
  1147. break;
  1148. case 'n':
  1149. FALLTHROUGH
  1150. case nautical:
  1151. altfactor = METERS_TO_FEET;
  1152. altunits = "ft";
  1153. speedfactor = MPS_TO_KNOTS;
  1154. speedunits = "knots";
  1155. break;
  1156. case 'm':
  1157. FALLTHROUGH
  1158. case metric:
  1159. altfactor = 1;
  1160. altunits = "m";
  1161. speedfactor = MPS_TO_KPH;
  1162. speedunits = "km/h";
  1163. break;
  1164. default:
  1165. // huh?
  1166. ret = 1;
  1167. break;
  1168. }
  1169. return ret;
  1170. }
  1171. // resize_flag gets used in signal handler, so we use volatile and
  1172. // increment/decrement it, but are too lazy to do an atomic operation.
  1173. static volatile int resize_flag = 0;
  1174. // cope with terminal resize signal
  1175. static void resize(int sig UNUSED)
  1176. {
  1177. // CWE-479: Signal Handler Use of a Non-reentrant Function
  1178. // See: The C Standard, 7.14.1.1, paragraph 5 [ISO/IEC 9899:2011]
  1179. // Can't log in a signal handler. Can't even call exit().
  1180. resize_flag++;
  1181. }
  1182. // finally do resize signal to do the terminal resize
  1183. static void do_resize(void)
  1184. {
  1185. resize_flag--;
  1186. if (0 > resize_flag) {
  1187. // huh?
  1188. resize_flag = 0;
  1189. }
  1190. // don'l leak memory
  1191. if (NULL != datawin) {
  1192. (void)delwin(datawin);
  1193. datawin = NULL;
  1194. }
  1195. if (NULL != satellites) {
  1196. (void)delwin(satellites);
  1197. satellites = NULL;
  1198. }
  1199. if (NULL != slop) {
  1200. (void)delwin(slop);
  1201. slop = NULL;
  1202. }
  1203. if (NULL != messages) {
  1204. (void)delwin(messages);
  1205. messages = NULL;
  1206. }
  1207. // the only way to resize (set LINES and COLUMNS) is to end and start over
  1208. (void)endwin();
  1209. windowsetup();
  1210. }
  1211. static int sig_flag = 0;
  1212. static void quit_handler(int signum)
  1213. {
  1214. // CWE-479: Signal Handler Use of a Non-reentrant Function
  1215. // See: The C Standard, 7.14.1.1, paragraph 5 [ISO/IEC 9899:2011]
  1216. // Can't log in a signal handler. Can't even call exit().
  1217. sig_flag = signum;
  1218. return;
  1219. }
  1220. int main(int argc, char *argv[])
  1221. {
  1222. unsigned int flags = WATCH_ENABLE;
  1223. int wait_clicks = 0; // cycles to wait before gpsd timeout
  1224. // buffer to hold one JSON message
  1225. char message[GPS_JSON_RESPONSE_MAX];
  1226. const char *optstring = "?D:hil:msu:V";
  1227. #ifdef HAVE_GETOPT_LONG
  1228. int option_index = 0;
  1229. static struct option long_options[] = {
  1230. {"debug", required_argument, NULL, 'D'},
  1231. {"help", no_argument, NULL, 'h'},
  1232. {"imu", no_argument, NULL, 'i'},
  1233. {"llfmt", required_argument, NULL, 'l'},
  1234. {"magtrack", no_argument, NULL, 'm' },
  1235. {"silent", no_argument, NULL, 's' },
  1236. {"units", required_argument, NULL, 'u'},
  1237. {"version", no_argument, NULL, 'V' },
  1238. {NULL, 0, NULL, 0},
  1239. };
  1240. #endif
  1241. // dlog = fopen("cgps.log", "w"); // debug
  1242. // FIXME: set_degree() too...
  1243. (void)set_units(gpsd_units());
  1244. // Process the options. Print help if requested.
  1245. while (1) {
  1246. int ch;
  1247. #ifdef HAVE_GETOPT_LONG
  1248. ch = getopt_long(argc, argv, optstring, long_options, &option_index);
  1249. #else
  1250. ch = getopt(argc, argv, optstring);
  1251. #endif
  1252. if (ch == -1) {
  1253. break;
  1254. }
  1255. switch (ch) {
  1256. case 'D':
  1257. debug = atoi(optarg);
  1258. gps_enable_debug(debug, stderr);
  1259. break;
  1260. case 'i':
  1261. imu_flag = true;
  1262. break;
  1263. case 'l':
  1264. if (0 != set_degree(optarg[0])) {
  1265. (void)fprintf(stderr, "Unknown -l argument: %s\n", optarg);
  1266. exit(EXIT_FAILURE);
  1267. }
  1268. break;
  1269. case 'm':
  1270. magnetic_flag = true;
  1271. break;
  1272. case 's':
  1273. silent_flag = true;
  1274. break;
  1275. case 'u':
  1276. if (0 != set_units(optarg[0])) {
  1277. (void)fprintf(stderr, "Unknown -u argument: %s\n", optarg);
  1278. exit(EXIT_FAILURE);
  1279. }
  1280. break;
  1281. case 'V':
  1282. (void)fprintf(stderr, "%s: %s (revision %s)\n",
  1283. argv[0], VERSION, REVISION);
  1284. exit(EXIT_SUCCESS);
  1285. case '?':
  1286. FALLTHROUGH
  1287. case 'h':
  1288. usage(argv[0], EXIT_SUCCESS);
  1289. // never returns
  1290. break;
  1291. default:
  1292. usage(argv[0], EXIT_FAILURE);
  1293. // never returns
  1294. break;
  1295. }
  1296. }
  1297. // Grok the server, port, and device.
  1298. if (optind < argc) {
  1299. gpsd_source_spec(argv[optind], &source);
  1300. } else {
  1301. gpsd_source_spec(NULL, &source);
  1302. }
  1303. // Open the stream to gpsd.
  1304. if (0 != gps_open(source.server, source.port, &gpsdata)) {
  1305. (void)fprintf(stderr,
  1306. "cgps: no gpsd running or network error: %d, %s\n",
  1307. errno, gps_errstr(errno));
  1308. exit(EXIT_FAILURE);
  1309. }
  1310. // note: we're assuming BSD-style reliable signals here
  1311. (void)signal(SIGINT, quit_handler);
  1312. (void)signal(SIGHUP, quit_handler);
  1313. // Fire up curses
  1314. windowsetup();
  1315. // ready to handle screen resize events
  1316. (void)signal(SIGWINCH, resize);
  1317. status_timer = time(NULL);
  1318. if (NULL != source.device) {
  1319. flags |= WATCH_DEVICE;
  1320. }
  1321. (void)gps_stream(&gpsdata, flags, source.device);
  1322. // heart of the client
  1323. for (;;) {
  1324. int ret;
  1325. if (0 != sig_flag) {
  1326. die(sig_flag, NULL);
  1327. }
  1328. if (0 != resize_flag) {
  1329. do_resize();
  1330. }
  1331. // wait 1/2 second for gpsd
  1332. ret = gps_waiting(&gpsdata, 500000);
  1333. if (0 != sig_flag) {
  1334. die(sig_flag, NULL);
  1335. }
  1336. if (0 != resize_flag) {
  1337. do_resize();
  1338. }
  1339. if (!ret) {
  1340. // 240 tries at 0.5 seconds a try is a 2 minute timeout
  1341. if (240 < wait_clicks++) {
  1342. die(GPS_TIMEOUT, "cgps: timeout contactong gpsd\n");
  1343. }
  1344. } else {
  1345. wait_clicks = 0;
  1346. errno = 0;
  1347. *message = '\0';
  1348. if (-1 == gps_read(&gpsdata, message, sizeof(message))) {
  1349. // reconnect?
  1350. die(errno == 0 ? GPS_GONE : GPS_ERROR,
  1351. "cgps: socket error 4\n");
  1352. }
  1353. // Here's where updates go now that things are established.
  1354. if (imu_flag) {
  1355. update_imu_panel(&gpsdata, message);
  1356. } else {
  1357. update_gps_panel(&gpsdata, message, sizeof(message));
  1358. }
  1359. }
  1360. if (0 != sig_flag) {
  1361. die(sig_flag, NULL);
  1362. }
  1363. if (0 != resize_flag) {
  1364. do_resize();
  1365. }
  1366. // Check for user input.
  1367. switch (wgetch(datawin)) {
  1368. case '?':
  1369. FALLTHROUGH
  1370. case 'h':
  1371. dialog(
  1372. "Help:\n"
  1373. "c -- clear raw data area\n"
  1374. "d -- toggle dd.ddd, dd mm.m and dd mm ss.s\n"
  1375. "h -- this help\n"
  1376. "i -- imperial units\n"
  1377. "m -- metric units\n"
  1378. "n -- nautical units\n"
  1379. "q -- quit\n"
  1380. "s -- toggle raw data output\n"
  1381. "t -- toggle true/magnetic track");
  1382. break;
  1383. case 'c':
  1384. // Clear the spewage area.
  1385. (void)werase(messages);
  1386. break;
  1387. case 'd':
  1388. if (deg_dd == deg_type) {;
  1389. deg_type = deg_ddmm;
  1390. } else if (deg_ddmm == deg_type) {
  1391. deg_type = deg_ddmmss;
  1392. } else {
  1393. deg_type = deg_dd;
  1394. }
  1395. break;
  1396. case 'i':
  1397. // set imperial units
  1398. (void)set_units('i');
  1399. break;
  1400. case 'm':
  1401. // set metric units
  1402. (void)set_units('m');
  1403. break;
  1404. case 'n':
  1405. // set nautical units
  1406. (void)set_units('n');
  1407. break;
  1408. case 'q':
  1409. // Quit
  1410. die(CGPS_QUIT, NULL);
  1411. break;
  1412. case 's':
  1413. // Toggle (pause/unpause) spewage of raw gpsd data.
  1414. silent_flag = !silent_flag;
  1415. resize(0);
  1416. break;
  1417. case 't':
  1418. // Toggle magnetic/true track
  1419. magnetic_flag = !magnetic_flag;
  1420. break;
  1421. default:
  1422. break;
  1423. }
  1424. }
  1425. }
  1426. // vim: set expandtab shiftwidth=4