Terry, "I’m running into typical start up problems; how to set things, constructing the first working example: that sort of thing."
Understandable. There are two ways you can get apache Gossip from maven: https://mvnrepository.com/artifact/org.apache.gossip/gossip Or install a snapshot for the latest and greatest. git clone https://github.com/apache/incubator-gossip mvn install Currently Gossip is designed to be embedded inside some other application. The most basic example of starting up Gossip is here: https://github.com/apache/incubator-gossip/blob/master/gossip-base/src/main/java/org/apache/gossip/examples/StandAloneNode.java I know one of these might have scratch audio but this will give you a good head start. https://www.youtube.com/watch?v=SqkJs0QDRdk https://www.youtube.com/watch?v=bZXZrp7yBkw&t=39s Thanks, Edward On Wed, May 24, 2017 at 11:08 PM, Josh Elser <[email protected]> wrote: > Hi Terry, > > Not sure where you pulled my information from, but all Apache projects > have mailing list where community discussions happen. > > I've forwarded your original message to that list. Please take a moment to > subscribe (send a message to [email protected] > and follow the instructions in the automated reply you receive). > > The other folks on the list will be able to help you get involved! Please > also take some time to read the information on the website. > > - Josh > > > -------- Forwarded Message -------- > Subject: Gossip (apache incubator) > Date: Wed, 24 May 2017 22:59:25 -0400 > From: Terry Weymouth <[email protected]> > To: [email protected] > > Josh, apologies for the intrusion, but among all the contributors to > Gossip, yours is the only profile with an e-mail. > A couple of questions: > Is there a message board; IRC; comment board; or e-mail archive for the > project? > I’m running into typical start up problems; how to set things, > constructing the first working example: that sort of thing. > Just wanted to have some resource for the new-be questions. > > Thanks. > Terry. > >
