X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=poprouting%2FMakefile;h=6a889057ba3ae0f9516d43173cb7e777e3504ac4;hb=8941865af0cda443b96e785b97f739313840df86;hp=dd1f454433ea19d5090923822a8f735d65f27209;hpb=7120a94aaf6fc52cda87eb3d7760bab527de40c8;p=lede-routing%2F.git diff --git a/poprouting/Makefile b/poprouting/Makefile index dd1f454..6a88905 100644 --- a/poprouting/Makefile +++ b/poprouting/Makefile @@ -28,8 +28,9 @@ define Package/prince/description Prince is an open source implementation of the PopRouting Algorithm. It has been developed as a Google Summer of Code Project in collaboration with Freifunk and the University of Trento. -It fetches topology data from a Link State routing deamon(OONF, OLSR, OSPF, etc), -uses the betweenness centrality to optimize the timer's value and pushes back the optimized timer. +It work by fetching topology data from a Link State routing demon(OONF, OLSR, OSPF, etc), +calculating the betweenness centrality using the topology, then using these data +the timer's value are optimized. Finally the timers are pushed back to the routing demon. Currently it only supports OLSRd2 (aka OONF). endef