Hi nf0,
I do most of my Hep development and testing on OS X, so yes, it works.
To see what's going on with your server, either do
twistd -nf hep.tap (the -n means no-fork, which will keep the Hep
process running in the foreground and print logs to sys.stdout)
or take a look at the twistd.log file, in the same directory as your
hep.tap. That will show the output from Hep, and probably give you a
clue why it isn't running.
Abe
nf0 wrote:
> Has anybody got this going on OS X? I've got twisted, yarn and hep all
> installed. I did the mktap and launched the hep.tap. I didn't get any
> messages that It didn't work but I don't see a process running it, and
> of course I can't connect to it. If anybody has any tips let me know.