0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Resolved the problem with the inner messages' addresses. More... over 7 years ago
Removed the unused "mref_cache_entry_del_full". Renamed "ddt_pending_request_del_full" to "map_resolver_remove_ddt_pending_request" for consistency. Changed the behaviour of pending_request_do_cycle so it stops(sends negative map-reply and deletes pending request) after the current retry if a MS_NOT_REGISTERED message is recieved. More... over 7 years ago
Solved the previous problem. Now the Map Resolver can send map requests through either IPv4 and IPv6 More... over 7 years ago
Patch 2 (#18) More... over 7 years ago
Vagrant updates More... over 7 years ago
Add -Werror=switch to CFLAGS More... over 7 years ago
Factor out common CFLAGS More... over 7 years ago
Merge branch 'joseorpa-patch-1' into testing More... over 7 years ago
Removed README. It will be rewrited by Jose More... over 7 years ago
Merge branch 'patch-1' of git://github.com/joseorpa/oor into joseorpa-patch-1 More... over 7 years ago
Convert old style OpenWRT init script to "procd style" (#15) More... over 7 years ago
Fix some issues with catching configuration file More... over 7 years ago
Add files via upload More... over 7 years ago
Create README.md More... over 7 years ago
Fix Android build More... over 7 years ago
Vagrant: add OpenDaylight map server to testbed More... over 7 years ago
Fix problem when having cache miss of two or more IPs of a same prefix before receiving the first map reply More... over 7 years ago
Merge branch 'testing' of https://github.com/OpenOverlayRouter/oor into testing More... over 7 years ago
When running in daemon mode, show in stdout if oor doesn't find the configuration file More... over 7 years ago
Did the changes we commented on the last session, and tested the whole program in a VM-based network. As of now, everything seems to work. There are still a few tasks to be done, like cleaning up some unnecessary comments or removing several log writings used for testing. I will leave those for now, until all testing has been successfully conducted. More... over 7 years ago
Vagrant: install `lig` in the testbed More... over 7 years ago
Merge branch 'testing' of https://github.com/OpenOverlayRouter/oor into testing More... over 7 years ago
Some bug fixes: Android compile ,and udp connection parameters used for map reply More... over 7 years ago
Add Vagrant setup for a quick testbed More... over 7 years ago
I have implemented the rcv_map_referral One thing that I forgot to mention is the referals in cache of IPV6 give some kind of error and the message isn't sent. It is probably because I'm using them wrong. I hope we'll be able to find what causes it. More... over 7 years ago
I have added the functions to set the timer of a ddt_map_cache and eliminate it when the timer activates, as well as including it in the function for adding cache entries. I have tested the adding, timer, and removing to work properly. I have also tested a pending request being able to find the cache entry and going through it before switching to the Root entry(as it should, because we are not recieving any Map-Referrals)(and even if we recieved any, I have not implemented that part yet) More... over 7 years ago
Everything should be "working" except for the recieve_map_referral. By "working" I mean that I can't really say if the addresses where the messages are being sent, or the addresses listed as source/dest are completely correct, we'll look at that later. There are some "garbage" OOR_LOG left over, I think I'll keep them at least until the next revision, as they could prove useful until then. More... over 7 years ago
Create a basic Vagrant setup for development More... over 7 years ago
I created two methods to set the cache entry used by a pending request. These will be used when creating a pending request, and anytime it changes its cache entry, be it upon receive of a Map-Referral, or due to max number of retries. More... over 7 years ago
Implemented most of the rcv_map_request function. I have created the function pending_request_do_cycle, where a number of actions that must be called from different places will be done. I will implement that function next. More... over 7 years ago