dyna icon indicating copy to clipboard operation
dyna copied to clipboard

support dumping hypergraph to Dynasty

Open jeisner opened this issue 11 years ago • 2 comments

Better yet, use Java interface to Dynasty to allow a live link as the chart changes. But this may be a problem over ssh ...

jeisner avatar Jun 07 '13 15:06 jeisner

Where is the Dynasty protocol documented?

nwf avatar Jun 07 '13 15:06 nwf

Well, you could look in src/org/dyna/dynasty/example/, in particular in the dynamic/ subdirectory. (The lattice/ subdirectory has an infinite graph.)

There's no socket interface, alas; the graphs are just instances of a Java class at the moment.

For finite static graphs stored as files, look in samplegraphs/ . This might be a workable alternative.

On Fri, Jun 7, 2013 at 11:52 AM, Nathaniel Wesley Filardo < [email protected]> wrote:

Where is the Dynasty protocol documented?

— Reply to this email directly or view it on GitHubhttps://github.com/nwf/dyna/issues/17#issuecomment-19115498 .

jeisner avatar Jun 07 '13 16:06 jeisner