Philip Top
Philip Top
Ah yes, I am not allowed to sign CLA's for the time being which means though we would be happy to have it, we would need an outside contributor to...
It is back up now
Are you actually using it?
The webserver is pretty easy to run locally. Right now it is just running a docker image from docker hub on an AWS instance. You can run that docker locally...
hmm, haven't looked at the dockerhub in a while. Guess it isn't updating anymore, looks like the webhooks changed Anyway https://hub.docker.com/repository/docker/phlptp/units/general is supposed to be where some docker images get...
The docker hub images are updated and working again Here is a script I run on my EC2 instance ```sh #!/usr/bin/bash docker logs units_webserver &> /home/ec2-user/weblog/weblog$(date "+%s").log docker stop units_webserver...
If it is any help I put this code before the setsockopt template for use with strings. I haven't rigorously tested this code but it seems to work for the...
Doing this suggestion could be rather complex and problematic in some cases. The way it was designed multiple different federates could write to the output file so it must append....
looking at this a little more and it may require a c# swig module be developed
I don't know how you would integrate convergence directly without forcing a lot of assumptions on different federates. Convergence is a mathematical issue, which is separate from iterations which is...