[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2013-06-05T13:59:58+01:00 https://forum-gephi.org/app.php/feed/topic/2751 2013-06-05T13:59:58+01:002013-06-05T13:59:58+01:00 https://forum-gephi.org/viewtopic.php?t=2751&p=8837#p8837 <![CDATA[Re: Graph streaming from C++ library to Gephi as client]]> If you think it is possible to make your C++ code available as a python module, you can use the python examples (https://github.com/panisson/pygephi_graphstreaming) to implement it. You can do it using Cython, for example.
Otherwise, I think you'll have to re-implement the same APIs in C++.

Statistics:Posted by panisson — 05 Jun 2013 13:59


]]>
2013-05-28T18:30:23+01:002013-05-28T18:30:23+01:00 https://forum-gephi.org/viewtopic.php?t=2751&p=8785#p8785 <![CDATA[Graph streaming from C++ library to Gephi as client]]>
My understanding of this is that I would set up Gephi as the Graph Streaming client, start an HTTP server from the C++ library, and then send the dynamic data over HTTP from C++ to Gephi.

Unfortunately this is about the extent of my understanding. So my question is: Has anyone done this before? I've seen some example videos but they seem to just show the visual outcome, not how it was actually done. Also I've never seen this done using C++ before and I'm a little lost as to how to do this over HTTP from C++.

Any information would be appreciated. Thanks

Statistics:Posted by lynchs61 — 28 May 2013 18:30


]]>