[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
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Gephi Streaming with Toolkit
Page 1 of 1

Gephi Streaming with Toolkit

Posted: 21 Oct 2014 02:12
by jticknor
I love the packages and tools, thank you all for the development.

I am using the graph toolkit to build a streaming graph. I set up the master and have no problems using the http (port 8080) version. However, my production server is https so I need to use the SSL version. I have not been able to make a connection with the websocket at this point.

I am currently using https://github.com/totetmatt/gephi.stre ... .websocket as the websocket tool to port data into vivagraph. What are the changes that need to be made to the pygephi.py file (if any)? Do I need to change the master server setup file? It seems to work just fine in the interface version when I select SSL, although I can't guarantee that since it's outside of a browser.

Thanks for all the help.