Difference between revisions of "User:Doug Blank"
From IPRE Wiki
Doug Blank (Talk | contribs) |
Doug Blank (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
Associate Professor of Bryn Mawr College, and a co-PI of the Institute for Personal Robots in Education. | Associate Professor of Bryn Mawr College, and a co-PI of the Institute for Personal Robots in Education. | ||
+ | |||
+ | = Log = | ||
+ | |||
+ | --[[User:Doug Blank|Doug Blank]] 09:27, 16 January 2014 (EST) | ||
+ | # Exploring IPython notebook and possible backend for Calico | ||
+ | #* https://github.com/ipython/ipython/tree/master/IPython | ||
+ | #* Uses ZMQ for communication | ||
+ | #** https://github.com/zeromq/netmq pure .NET implementation of ZMQ | ||
+ | #** Had to comment out .Dispose() | ||
+ | #** Possible issues: https://github.com/zeromq/netmq/issues/7 |
Revision as of 14:27, 16 January 2014
Associate Professor of Bryn Mawr College, and a co-PI of the Institute for Personal Robots in Education.
Log
--Doug Blank 09:27, 16 January 2014 (EST)
- Exploring IPython notebook and possible backend for Calico
- https://github.com/ipython/ipython/tree/master/IPython
- Uses ZMQ for communication
- https://github.com/zeromq/netmq pure .NET implementation of ZMQ
- Had to comment out .Dispose()
- Possible issues: https://github.com/zeromq/netmq/issues/7