index
:
vs-sim
ds-sim
master
packages
VS-Sim is an open source simulator programmed in Java for distributed systems. VS-Sim stands for "Verteilte Systeme Simulator" which is the german translation for "Distributed Sytstems Simulator".
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sources
/
protocols
/
implementations
/
BerkelyTimeProtocol.java
Age
Commit message (
Expand
)
Author
2008-05-28
all protocol classnames now have a VS prefix
Paul Buetow
2008-05-27
onServerStart vs onClientStart works.
Paul Buetow
2008-05-27
client and server variables are now separate in the editor.
Paul Buetow
2008-05-26
Two phase commit protocol works.
Paul Buetow
2008-05-26
1 phase comit protocol works
Paul Buetow
2008-05-26
new onClientSchedule and onServerSchedule abstract methods
Paul Buetow
2008-05-26
All abstract classes now have an Abstract in it's name
Paul Buetow
2008-05-26
cosmetic fix
Paul Buetow
2008-05-26
VSMessage constructor does not requier the protocol's classname anymore.
Paul Buetow
2008-05-26
Berkely Protocol now uses the integer vector.
Paul Buetow
2008-05-26
all relevant variables now do have units.
Paul Buetow
2008-05-25
Added private static final long serialVersionUID = 1L;
Paul Buetow
2008-05-25
Run astyle.
Paul Buetow
2008-05-25
JAutoDoc :)
Paul Buetow
2008-05-25
Imports cleaned.
Paul Buetow
2008-05-24
new protocoleditor works.
Paul Buetow
2008-05-18
The TaskManager works partly.
Paul Buetow
2008-05-17
renamed the package.
Paul Buetow