Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 42d8364 (HEAD -> master, tag: ethstream-1.3.2) Update authors by Jim Paris 2016-07-13 15:59:44 -0400
  • df740e3 Increment version by Jim Paris 2016-07-13 15:57:42 -0400
  • c2f43c4 Update .gitignore by Jim Paris 2016-07-13 15:57:12 -0400
  • 893debb Fix Windows cross-build by Jim Paris 2016-07-13 15:56:26 -0400
  • 0b1ad74 updated version by John 2015-06-03 11:26:48 -0400
  • ba2565d added clean shutdown of LabJack on ctrl-c by John 2015-06-03 10:54:44 -0400
  • 35238c5 (tag: ethstream-1.3) Fix version by Jim Paris 2013-08-17 22:21:30 -0400
  • e1cb6b6 Bump version by Jim Paris 2013-08-09 14:03:02 -0400
  • 7262486 Fix typo in gain config by jim 2012-05-21 19:21:38 +0000
  • 0f71b79 Fix makefile by jim 2012-02-23 18:19:26 +0000
  • d6f01a3 changed nerdjack packet data type for 64 bit compilers and adjusted the Makefile for proper linking of the math library by jdonnal 2012-01-04 03:33:48 +0000
  • 76143e7 Revert previous commit by jim 2011-11-17 20:01:38 +0000
  • 3ba6168 Add temperature conversion. Example usage: ethstream -vvv -c -L -C 141 -r 10 by jim 2011-06-23 21:22:54 +0000
  • 6bc683f Support setting values to go with timer modes by jim 2011-06-09 17:58:14 +0000
  • 640edf6 Fix windows build by jim 2011-06-06 15:03:45 +0000
  • e2bf34e Fix spelling error by jim 2011-06-06 15:03:03 +0000
  • 56a79c0 The changes allow ethstream to set the gain of individual labjack analog input channels with the -g flag and ethstream also grabs the factory calibration constants from the Labjack and uses them when the -c flag is given. by cschantz 2011-06-06 00:39:03 +0000
  • bb4912a Add timestamps to debug output in ethstream by nilm 2011-03-29 16:08:44 +0000
  • 16bf9f8 ignore SIGPIPE by nilm 2011-03-23 19:52:21 +0000
  • 267e0e3 fix make install when /usr/local/man/man1 does not exist by nilm 2011-01-21 03:16:57 +0000
  • 588385b Fix makefile for new ubuntu, no idea why the old one is broken by nilm 2011-01-21 03:14:19 +0000
  • ced565f get rid of extraneous breaks by jim 2010-02-09 07:46:41 +0000
  • e6e9d32 Don't convert non-analog channels to volts by jim 2010-02-08 23:06:29 +0000
  • 9cdb4ea Fix typo by jim 2010-02-08 22:30:03 +0000
  • 53ddf34 Unify timeouts by jim 2010-02-08 22:13:09 +0000
  • b0be647 Fix warnings by jim 2010-02-08 21:37:57 +0000
  • 9353f2b ignore that by jim 2010-02-08 21:36:50 +0000
  • b697801 Don't store this by jim 2010-02-08 21:36:19 +0000
  • 5a14055 (tag: ethstream-1.2) Fix some build stuff with dependency tracking (oops) by jim 2010-02-08 21:35:23 +0000
  • 25bed4b rename by jim 2010-02-08 21:25:26 +0000
  • cd63e2f Move ethstream to the parent directory by jim 2010-02-08 21:23:12 +0000
  • 329871b Fixed example formatting a bit. by zacharyc 2009-04-23 16:26:24 +0000
  • f4f809e Added "examples" to code by zacharyc 2009-04-23 16:20:07 +0000
  • ec1ae04 (tag: ethstream-1.1) Bumped version number and finished fixing up Windows autodetect support. by zacharyc 2009-04-17 17:06:26 +0000
  • 67163dc Added Windows stub support for autodetection. by zacharyc 2009-04-17 16:14:36 +0000
  • a29bf18 Implemented Jim's hdhomerun autodetect for POSIX. Works great. Windows testing next. by zacharyc 2009-04-17 15:57:42 +0000
  • 4cccb78 Fixed up "range" argument Took Jim's suggestions about addressing and device options Made autodetection a better fallback. by zacharyc 2009-04-16 23:12:15 +0000
  • 5e7f4ac Increased timeout to at least 1 minute by nilm 2009-04-14 15:49:53 +0000
  • a57c0c2 Massive cleanup and refactoring of data_stream function. by zacharyc 2009-04-11 17:35:54 +0000
  • 2e3f2f4 Made ethstream reset a little easier. by zacharyc 2009-04-10 20:35:36 +0000
  • 4592b6a Changed nerdjack limits by zacharyc 2009-04-10 17:17:39 +0000
  • d1447e2 Changed clock again by nilm 2009-04-10 15:58:33 +0000
  • b913078 Fixed annoying bug with NerdJack header by nilm 2009-04-09 22:00:15 +0000
  • ed150ea Changed around packet structure by nilm 2009-04-08 15:37:07 +0000
  • 519a0c2 Made changes to ethstream to work with new clock by nilm 2009-04-07 15:38:19 +0000
  • 190fd3f Reverted clock change. by zacharyc 2009-04-03 17:44:57 +0000
  • 9c174d1 Forgot a carriage return by zacharyc 2009-04-03 17:04:29 +0000
  • b1e049e Changed clock rate of NerdJack and added error checking to packets by zacharyc 2009-04-03 17:03:00 +0000
  • d461365 Added better error recovery code. by zacharyc 2009-03-19 22:19:05 +0000
  • a4eede1 Added limits to issue warnings about high sample rates by zacharyc 2009-03-18 22:36:31 +0000
  • 6562c0b Fixed bug when output pipe is closed without a KILL signal by zacharyc 2009-03-18 17:27:46 +0000
  • 7f79ec8 Ran indent on code to fix inconsistent style. by zacharyc 2009-03-18 15:23:10 +0000
  • 1dd09ea Made timeouts more reasonable for small sample rates. Fixed error in period calculation's interaction with the PWM bug by zacharyc 2009-03-18 15:20:41 +0000
  • ded6c7e Removed silicon workaround by zacharyc 2009-03-17 21:32:50 +0000
  • f2d6566 Packet reordering shifted PC side. by zacharyc 2009-03-17 21:07:18 +0000
  • 357e808 Introduced usage of full 20 bits of PWM period counter by zacharyc 2009-03-17 20:25:49 +0000
  • 0ed2935 Better command structure using hton, ntoh, and friends Altered command structure to support full 20 bit period by zacharyc 2009-03-13 20:33:52 +0000
  • 1a2ed51 Added one second sleep in code to let nerdjack recover from previous run by zacharyc 2009-03-12 21:50:37 +0000
  • 679b4ef Fixed a few bugs to increase reliability and drop first line. by zacharyc 2009-03-09 21:36:59 +0000
  • 770a83b Fixed bug in precision argument for ethstream by zacharyc 2009-03-09 18:12:09 +0000
  • 627a1bf Slight bit of code cleanup. More to come by zacharyc 2009-03-06 17:20:49 +0000
  • 43c8e19 Basic resume functionality working by zacharyc 2009-03-05 21:43:25 +0000
  • 4aab606 Fixed up rate determination and added memory test routine for NerdJack by zacharyc 2009-03-02 16:35:54 +0000
  • c81d372 Made commands fixed width by zacharyc 2009-02-24 14:50:11 +0000
  • 407a91c Merged Jim's changes to ljstream. This now should respect disk full errors and allow hex output by zacharyc 2009-02-23 15:47:55 +0000
  • 1d760e0 Updated ethstream to have separate Command and Data ports for NerdJack by zacharyc 2009-02-23 14:39:26 +0000
  • 57cfac2 Changed output format so that numbers are between 0 and 65536 instead of signed output. This matches LabJack behavior by zacharyc 2009-02-02 20:09:01 +0000
  • 5b731f3 Now ethstream falls back from Labjack to Nerdjack by zacharyc 2009-02-02 18:29:05 +0000
  • 4524f53 (tag: ethstream-1.0) Added ability to have duplicate channels for compatibility with ljstream. by zacharyc 2009-01-21 16:45:03 +0000
  • a9200ac Combine ljstream with nerjack tools to make ethstream by zacharyc 2009-01-21 15:21:57 +0000