Commit Graph

  • 42d83649be Update authors master ethstream-1.3.2 Jim Paris 2016-07-13 15:59:44 -0400
  • df740e3e00 Increment version Jim Paris 2016-07-13 15:57:42 -0400
  • c2f43c474b Update .gitignore Jim Paris 2016-07-13 15:57:12 -0400
  • 893debb361 Fix Windows cross-build Jim Paris 2016-07-13 15:56:26 -0400
  • 0b1ad7415d updated version John 2015-06-03 11:26:48 -0400
  • ba2565dc0e added clean shutdown of LabJack on ctrl-c John 2015-06-03 10:54:44 -0400
  • 35238c57d0 Fix version ethstream-1.3 Jim Paris 2013-08-17 22:21:30 -0400
  • e1cb6b6ee0 Bump version Jim Paris 2013-08-09 14:03:02 -0400
  • 7262486a36 Fix typo in gain config jim 2012-05-21 19:21:38 +0000
  • 0f71b79b6f Fix makefile jim 2012-02-23 18:19:26 +0000
  • d6f01a3497 changed nerdjack packet data type for 64 bit compilers and adjusted the Makefile for proper linking of the math library jdonnal 2012-01-04 03:33:48 +0000
  • 76143e7eb4 Revert previous commit jim 2011-11-17 20:01:38 +0000
  • 3ba616841e Add temperature conversion. Example usage: ethstream -vvv -c -L -C 141 -r 10 jim 2011-06-23 21:22:54 +0000
  • 6bc683fb21 Support setting values to go with timer modes jim 2011-06-09 17:58:14 +0000
  • 640edf6aab Fix windows build jim 2011-06-06 15:03:45 +0000
  • e2bf34ed0c Fix spelling error jim 2011-06-06 15:03:03 +0000
  • 56a79c00f6 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. cschantz 2011-06-06 00:39:03 +0000
  • bb4912a43c Add timestamps to debug output in ethstream nilm 2011-03-29 16:08:44 +0000
  • 16bf9f89ef ignore SIGPIPE nilm 2011-03-23 19:52:21 +0000
  • 267e0e32a5 fix make install when /usr/local/man/man1 does not exist nilm 2011-01-21 03:16:57 +0000
  • 588385bcb1 Fix makefile for new ubuntu, no idea why the old one is broken nilm 2011-01-21 03:14:19 +0000
  • ced565f372 get rid of extraneous breaks jim 2010-02-09 07:46:41 +0000
  • e6e9d32a54 Don't convert non-analog channels to volts jim 2010-02-08 23:06:29 +0000
  • 9cdb4ea77c Fix typo jim 2010-02-08 22:30:03 +0000
  • 53ddf346d7 Unify timeouts jim 2010-02-08 22:13:09 +0000
  • b0be6473b8 Fix warnings jim 2010-02-08 21:37:57 +0000
  • 9353f2b3f2 ignore that jim 2010-02-08 21:36:50 +0000
  • b697801e3e Don't store this jim 2010-02-08 21:36:19 +0000
  • 5a14055029 Fix some build stuff with dependency tracking (oops) ethstream-1.2 jim 2010-02-08 21:35:23 +0000
  • 25bed4b644 rename jim 2010-02-08 21:25:26 +0000
  • cd63e2fb11 Move ethstream to the parent directory jim 2010-02-08 21:23:12 +0000
  • 329871bf56 Fixed example formatting a bit. zacharyc 2009-04-23 16:26:24 +0000
  • f4f809eee3 Added "examples" to code zacharyc 2009-04-23 16:20:07 +0000
  • ec1ae04a5b Bumped version number and finished fixing up Windows autodetect support. ethstream-1.1 zacharyc 2009-04-17 17:06:26 +0000
  • 67163dc1a2 Added Windows stub support for autodetection. zacharyc 2009-04-17 16:14:36 +0000
  • a29bf180ab Implemented Jim's hdhomerun autodetect for POSIX. Works great. Windows testing next. zacharyc 2009-04-17 15:57:42 +0000
  • 4cccb783f0 Fixed up "range" argument Took Jim's suggestions about addressing and device options Made autodetection a better fallback. zacharyc 2009-04-16 23:12:15 +0000
  • 5e7f4ac97e Increased timeout to at least 1 minute nilm 2009-04-14 15:49:53 +0000
  • a57c0c22c2 Massive cleanup and refactoring of data_stream function. zacharyc 2009-04-11 17:35:54 +0000
  • 2e3f2f4b23 Made ethstream reset a little easier. zacharyc 2009-04-10 20:35:36 +0000
  • 4592b6a75b Changed nerdjack limits zacharyc 2009-04-10 17:17:39 +0000
  • d1447e2af8 Changed clock again nilm 2009-04-10 15:58:33 +0000
  • b9130788f2 Fixed annoying bug with NerdJack header nilm 2009-04-09 22:00:15 +0000
  • ed150ead35 Changed around packet structure nilm 2009-04-08 15:37:07 +0000
  • 519a0c2e29 Made changes to ethstream to work with new clock nilm 2009-04-07 15:38:19 +0000
  • 190fd3f3a7 Reverted clock change. zacharyc 2009-04-03 17:44:57 +0000
  • 9c174d12b0 Forgot a carriage return zacharyc 2009-04-03 17:04:29 +0000
  • b1e049eed0 Changed clock rate of NerdJack and added error checking to packets zacharyc 2009-04-03 17:03:00 +0000
  • d461365275 Added better error recovery code. zacharyc 2009-03-19 22:19:05 +0000
  • a4eede145b Added limits to issue warnings about high sample rates zacharyc 2009-03-18 22:36:31 +0000
  • 6562c0b787 Fixed bug when output pipe is closed without a KILL signal zacharyc 2009-03-18 17:27:46 +0000
  • 7f79ec8ff3 Ran indent on code to fix inconsistent style. zacharyc 2009-03-18 15:23:10 +0000
  • 1dd09ea52d Made timeouts more reasonable for small sample rates. Fixed error in period calculation's interaction with the PWM bug zacharyc 2009-03-18 15:20:41 +0000
  • ded6c7e5f4 Removed silicon workaround zacharyc 2009-03-17 21:32:50 +0000
  • f2d6566051 Packet reordering shifted PC side. zacharyc 2009-03-17 21:07:18 +0000
  • 357e808986 Introduced usage of full 20 bits of PWM period counter zacharyc 2009-03-17 20:25:49 +0000
  • 0ed2935deb Better command structure using hton, ntoh, and friends Altered command structure to support full 20 bit period zacharyc 2009-03-13 20:33:52 +0000
  • 1a2ed51d0c Added one second sleep in code to let nerdjack recover from previous run zacharyc 2009-03-12 21:50:37 +0000
  • 679b4ef64f Fixed a few bugs to increase reliability and drop first line. zacharyc 2009-03-09 21:36:59 +0000
  • 770a83b8f7 Fixed bug in precision argument for ethstream zacharyc 2009-03-09 18:12:09 +0000
  • 627a1bf22b Slight bit of code cleanup. More to come zacharyc 2009-03-06 17:20:49 +0000
  • 43c8e19c67 Basic resume functionality working zacharyc 2009-03-05 21:43:25 +0000
  • 4aab606162 Fixed up rate determination and added memory test routine for NerdJack zacharyc 2009-03-02 16:35:54 +0000
  • c81d372d23 Made commands fixed width zacharyc 2009-02-24 14:50:11 +0000
  • 407a91c764 Merged Jim's changes to ljstream. This now should respect disk full errors and allow hex output zacharyc 2009-02-23 15:47:55 +0000
  • 1d760e033b Updated ethstream to have separate Command and Data ports for NerdJack zacharyc 2009-02-23 14:39:26 +0000
  • 57cfac2bec Changed output format so that numbers are between 0 and 65536 instead of signed output. This matches LabJack behavior zacharyc 2009-02-02 20:09:01 +0000
  • 5b731f3e7e Now ethstream falls back from Labjack to Nerdjack zacharyc 2009-02-02 18:29:05 +0000
  • 4524f53495 Added ability to have duplicate channels for compatibility with ljstream. ethstream-1.0 zacharyc 2009-01-21 16:45:03 +0000
  • a9200acc15 Combine ljstream with nerjack tools to make ethstream zacharyc 2009-01-21 15:21:57 +0000