summaryrefslogtreecommitdiff
path: root/same/src/main/java/com/orbekk/same/SameController.java
AgeCommit message (Collapse)Author
2012-03-27Change same-android to work with new Same version.Kjetil Ørbekk
2012-03-27Remove unused UDP broadcast code.Kjetil Ørbekk
2012-03-20Remove discovery code.Kjetil Ørbekk
Use centralized discovery instead.
2012-03-20Fix issues when transfering to new master.Kjetil Ørbekk
.masterUrl needs to be set explicitly. Some other fixes.
2012-03-20Master has to advertise its ID when taking over.Kjetil Ørbekk
2012-03-20Add Broadcaster in Client.Kjetil Ørbekk
2012-03-13Clients can control their master.Kjetil Ørbekk
Add failing test.
2012-03-13Add MasterController interface.Kjetil Ørbekk
This interface should be used by a client in order to become a master.
2012-03-13Start master in created networks only.Kjetil Ørbekk
2012-03-06Add tools used with the Directory service.Kjetil Ørbekk
2012-03-02Move discovery code to a separate package.Kjetil Ørbekk
2012-03-01Add Benchmarking activity.Kjetil Ørbekk
2012-02-28Use TJWS in Same. :-Dsame-tjwsKjetil Ørbekk
2012-02-28Begin support for TJWS.Kjetil Ørbekk
Add TjwsServerContainer. Rename Jetty specific containers.
2012-02-27Clean up clean-up.Kjetil Ørbekk
– Reindent a section of code.
2012-02-27Clean up source code.Kjetil Ørbekk
Clean up source code with Eclipse. In particular remove tabs.
2012-02-25Fix indentation.Kjetil Ørbekk
2012-02-23Use Variables in StateServlet.Kjetil Ørbekk
2012-02-16Implement Variable.Kjetil Ørbekk
State can now be edited with Variable objects.
2012-02-16Replace Master with new implementation.Kjetil Ørbekk
2012-02-14Network creation and discovery in Android app.Kjetil Ørbekk
2012-02-13Fix broadcast code.Kjetil Ørbekk
– Send broadcast from SameController. – Correct usage of SO_REUSEADDR. – BroadcasterInterface for Android code.
2012-02-07Fix warnings.Kjetil Ørbekk
– Remove unused imports. – Remove unused variables.
2012-02-07Use DiscoveryService in app.Kjetil Ørbekk
2012-02-06Show state in StateServlet.Kjetil Ørbekk
Support interacting with a Client.
2012-02-06Refactor: Rename classes.Kjetil Ørbekk
Rename Client and Master classes, because the classes contain more than just the service interfaces. – ClientServiceImpl => Client. – MasterServiceImpl => Master.
2012-02-06Support clients in generic App.Kjetil Ørbekk
2012-02-06Refactor URL handling in Client and Master.Kjetil Ørbekk
– Take URL as parameter to constructor.
2012-02-06Add a class that holds server information.Kjetil Ørbekk
– Provides access to the context and port, used in testing.
2012-02-06Get rid of UrlReceiver interface.Kjetil Ørbekk
2012-02-03Use Configuration in MasterApp.Kjetil Ørbekk
Breaks ClientApp.
2012-02-03Don't depend on HandlerFactory (deleted).Kjetil Ørbekk
2012-02-03Refactor Handler code.Kjetil Ørbekk
Use servlets for everything. Ping service not yet implemented (becuase it's ugly and will be replaced with something else).
2012-01-31Fix: Set correct /ClientService.json handler.Kjetil Ørbekk
2012-01-31Add client discovery functionality.Kjetil Ørbekk
2012-01-27Add Discovery handling in SameService.Kjetil Ørbekk
2012-01-27Improve discovery and error handling.Kjetil Ørbekk
2012-01-26Client support in SameController.Kjetil Ørbekk
2012-01-26Add SameController.Kjetil Ørbekk
SameController sets up and manages the state of Same.