Dycapo Server v0.7.0 has been released. This is the last release supporting XML-RPC. Quite all functionalities have already been converted to REST, except of a search method. I am also re-writing the testing suite to use REST instead of XML-RPC. I would like to thank David Fischer for his RPC4DJANGO project, that has been a …
So you wrote a cool documentation in your Python code using docstring and reStructuredText, in order to let other people understand your API. What’s the next step? To export it in html/pdf etc. I wrote an XML-RPC service providing Dynamic Ridesharing functionalities for my Bachelor Computer Science thesis. It was written using Python and Django. …
July 28, 2010 – 15:08
|
By bodom_lx
|
Posted in Activism?, Programming
|
Tagged api, django, documentation, how-to, howto, javadoc python, python, sphinx, tutorial
|
It’s a pleasure for me to announce that Dycapo Server v0.5.0 is here. I thought that this would have been a tiny release with no new features at all. Well, I was wrong. While optimizing and refactoring, I suddenly realized that there were some functionalities missing As always, you can download Dycapo Server here. Here …
June 10, 2010 – 16:23
|
By bodom_lx
|
Posted in Carpooling Research
|
Tagged agile carpooling, agile ridesharing, django, DyCaPo, dycapo server, dynamic carpooling, dynamic ridesharing, FBK, optimization, python, refactoring, SoNet, testing
|
The next version of Dycapo Server is scheduled between 2010-06-06 and 2010-06-13. Almost all prototype methods have been implemented in Dycapo v0.4.0. Therefore, the next release will probably be the last prototype of Dycapo Server, on which I will write my Bachelor Thesis this Summer, thus defining first complete versions of Dycapo Protocol and Server …
May 29, 2010 – 16:05
|
By bodom_lx
|
Posted in Carpooling Research
|
Tagged agile carpooling, agile ridesharing, api, django, DyCaPo, dycapo server, dynamic carpooling, dynamic ridesharing, performance, python, security
|
I’m glad to announce the release of Dycapo Server v0.4.0. In this release I completed the set of possible operations that users can do, except the possibility to register to the System. All the methods are working, according to tests. I did not implemented security/privacy checks yet, this is planned for version v0.5.0. You can …
May 22, 2010 – 17:32
|
By bodom_lx
|
Posted in Carpooling Research
|
Tagged agile carpooling, agile ridesharing, api, django, DyCaPo, dycapo server, dynamic, dynamic carpooling, dynamic ridesharing, geolocation, prototype, xml-rpc
|
UPDATED 2010-22-05: I enhanced the first part of the algorithm. It does not longer use a delta computed empirically by looking at maps. Now it dynamically creates a box around the destination using a user given offset. Starting from Dycapo Server v0.3.0 we introduced a new searching algorithm for riders. This algorithm is still in …
May 12, 2010 – 15:14
|
By bodom_lx
|
Posted in Carpooling Research, Programming
|
Tagged agile carpooling, agile carsharing, algorithms, databases, django, dns, DyCaPo, dynamic carpooling, FBK, geolocation, python, SoNet
|