Rodrigo Ceballos
eebd807d5e
Update TODO.md
2015-06-25 10:43:14 -07:00
Rodrigo Ceballos
6871f5eb6e
Merge pull request #15 from jnaulty/master
...
Added requirements.txt
2015-06-25 10:38:34 -07:00
jnaulty
2d47728c82
added requirements.txt with all packages required for all plugins
2015-06-25 00:33:22 -07:00
jnaulty
68d5e9a599
added virtualenv for requirements.txt
2015-06-25 00:18:03 -07:00
Rodrigo Ceballos
02ac185968
Reorganize
2015-04-29 15:22:50 -04:00
Rodrigo Ceballos
cb35c7b484
logging functionality
2015-04-29 15:20:19 -04:00
Rodrigo Ceballos
b3e2998f62
added gitignore matlab
2015-04-22 13:49:56 -04:00
Rodrigo Ceballos
dc88eac95d
Comments and added accelerometer scaling factor
2015-04-08 15:31:06 -04:00
jfrey
2156e06a59
Update README and TODO.
2015-03-21 15:57:31 +01:00
jfrey
97e218f6fd
Merge branch 'threading'
2015-03-21 15:57:16 +01:00
jfrey
5310bc1069
Init board correctly on startup (stop stream, set daisy).
2015-03-21 15:36:01 +01:00
jfrey
c9e9c07982
Flush data upon stream stop.
2015-03-21 15:22:56 +01:00
jfrey
1d8d084a98
New command to stop streaming.
2015-03-21 15:13:53 +01:00
jfrey
b7c4aeec8e
Start board streaming in a separate thread.
2015-03-21 14:49:00 +01:00
jfrey
091a7e855d
typo
2015-03-21 14:29:22 +01:00
jfrey-xx
3887fc0d99
Merge pull request #13 from cousteaulecommandant/patch-1
...
open_bci_v3.py: Remove unnecessary bytes()
2015-03-21 14:08:16 +01:00
cousteaulecommandant
6536357571
open_bci_v3.py: Remove unnecessary bytes()
...
open_bci_v3.py seems to try to use bytes() to create a byte from a specified code. However this is not what bytes() does; rather, it creates a string representation of a number (or a sequence of null bytes of a certain length in Python 3). The resulting behavior is still OK since comparing the strings obtained this way will still work correctly; but it's a weird thing to do.
Another option would be to use '\xA0' and '\xC0' directly and not using struct.unpack() at all, but I think it's better to keep it this way for consistency with the rest of conversions.
2015-03-12 22:40:31 +01:00
jfrey-xx
9ced23933f
Update README.md
...
Update print plugin example.
2015-03-09 15:24:24 +01:00
jfrey-xx
843d0cc0ab
Update README.md (fix LSL lib link)
...
Github does not like FTP links with markdown syntax.
2015-03-09 15:09:56 +01:00
jfrey
9b770a8c87
Merge branch 'wip-lsl'
2015-03-09 14:46:45 +01:00
jfrey
6fd124b9aa
Plugins: new LSL steamer.
2015-03-09 14:40:58 +01:00
jfrey
bcc60f44ac
Init board before plugins to get channels count and sampling rate.
2015-03-09 14:04:44 +01:00
jfrey
4e87460acd
Plugins: fix port option for TCP and OSC.
2015-03-09 13:05:46 +01:00
jfrey
4ce3e3e938
Use a new interface for plugins.
2015-03-09 13:05:27 +01:00
jfrey
d46803625d
Use new methods from open_bci_v3.py to get info about channels and sample rate.
2015-03-09 10:43:24 +01:00
jfrey
cab80d28bb
Fix endianness of accelerometer values.
2015-03-09 09:53:21 +01:00
jfrey
94d2b66d86
Scripts: use sys.path.append() to point to open_bci_v3.py, resolves #12
2015-03-09 09:25:47 +01:00
Rodrigo Ceballos
7991ffa82e
Update README.md
2015-03-04 21:25:57 -05:00
Rodrigo Ceballos
840f4be90b
Update README.md
2015-03-04 21:24:35 -05:00
Rodrigo Ceballos
6286db09b2
Added up Plugin for Node
2015-03-01 23:05:24 -05:00
Rodrigo Ceballos
52aa7fe4b3
Added clean up function to user and made cvs append instead of over write and added a time stamp
2015-02-28 23:51:27 -05:00
Rodrigo Ceballos
c11a15b5a4
Organization, order, User.py usability
2015-02-28 23:50:18 -05:00
Rodrigo Ceballos
0d37181f95
Organized a bit and fixed double attempt to disconnect error.
2015-02-28 21:17:54 -05:00
Rodrigo Ceballos
18683f96ce
Added time stamp to csv_collect
2015-02-28 20:58:05 -05:00
Rodrigo Ceballos
dc936b45fd
small fixes
2015-02-28 19:14:22 -05:00
jfrey-xx
a04b1c1a6f
Update README.md
2015-02-26 23:02:11 +01:00
Rodrigo Ceballos
c2e28d4855
Merge pull request #11 from jfrey-xx/dev-plugins
...
Plugins system
2015-02-26 12:26:47 -05:00
Rodrigo Ceballos
b6e74cf6db
Merge pull request #10 from jfrey-xx/dev
...
OpenViBE + OSC streaming
2015-02-26 12:26:30 -05:00
Rodrigo Ceballos
014b323a8e
Merge pull request #9 from jfrey-xx/hotfix-sample_rate
...
Fix sample_rate integration.
2015-02-26 12:24:20 -05:00
jfrey
13cc1cf208
Plugins: streamer_tcp, fix daisy module
2015-02-26 18:02:12 +01:00
jfrey
8b7c376e50
Enable the selection of different plugins.
2015-02-26 17:52:12 +01:00
jfrey
d10c628a60
Plugins: fix streamer_tcp
2015-02-26 17:18:47 +01:00
jfrey
27811dd35a
Plugins: fix streamer_osc.
2015-02-26 16:56:31 +01:00
jfrey
70c3d7dcbc
Add flags to get plugins list and help.
2015-02-26 16:47:50 +01:00
jfrey
162ea4e79b
stuff
2015-02-26 16:35:49 +01:00
jfrey
870b04cc52
Cleanup, make a separate "script" fodler, update README.
2015-02-26 15:58:32 +01:00
jfrey
562b7a7638
Plugins: add streamer_tcp
2015-02-26 15:12:28 +01:00
jfrey
fb0a0c0fbd
Plugins: add streamer_osc
2015-02-26 15:12:17 +01:00
jfrey
bfcc0174c4
Plugins: add sample_rate
2015-02-26 13:50:15 +01:00
jfrey
43c29260fa
Plugins: add csv_collect
2015-02-26 13:36:32 +01:00