Openhub questions

Hey guys I was trying to look up MaidSafe rust code base on Openhub.com and every time I typed in MaidSafe it says there hasn’t been a commit since 9 months ago.

I guess I’m looking at the C++ code base but I can’t find a way to select the Rust one?

Can anyone please help?

4 Likes

Github mang. That’s the C++

Rust is in main madisafe repo.

2 Likes

Thanks!

Maybe I’m doing something wrong, but I put in MaidSafe-routing and keep getting something with no commits since 9 months ago.

IDK. I’m on my phone, maybe I’ll go home and try on my computer

Yes @whiteoutmashups it seems on openhub.com it has not been updated since switch to Rust in March 2015.
MaidSafe Routing is called routing as found on github.
MaidSafe · GitHub
GitHub - maidsafe/sn_routing: Routing - specialised storage DHT

1 Like

@whiteoutmashups: I actually added Crust, Routing, Vault and Self Encryption to Open Hub a few months ago. I added the rest of the repos just now. Here are the links!

SAFE Network libraries:

https://www.openhub.net/p/crust
https://www.openhub.net/p/get_if_addrs
https://www.openhub.net/p/xor_name
https://www.openhub.net/p/kademlia_routing_table
https://www.openhub.net/p/routing
https://www.openhub.net/p/safe_vault
https://www.openhub.net/p/self_encryption
https://www.openhub.net/p/safe_core
https://www.openhub.net/p/safe_nfs
https://www.openhub.net/p/safe_dns
https://www.openhub.net/p/safe_launcher
https://www.openhub.net/p/accumulator
https://www.openhub.net/p/lru_time_cache
https://www.openhub.net/p/message_filter
https://www.openhub.net/p/maidsafe_utilities

Edit: I added The SAFE Network Open Source Project on Open Hub which combines the code of all the SAFE Network libraries.

5 Likes

Wow, you’re the man! Thanks a bunch it’s a really cool site and I wanted to see how our code base stacks up against other open source projects like FFox etc IDK

Thank you very much for doing all of that!

Edit: still says nothing for 9 months?

3 Likes

@whiteoutmashups: Check out The SAFE Network Open Source Project on Open Hub!

It combines the code of all the SAFE Network libraries. As you can see there are around 28K lines of code in total!

You are talking about The MaidSafe Open Source Project on Open Hub, but I don’t think it will ever be updated because it refers to the old C++ codebase. So in the future, I think you should use The SAFE Network Open Source Project on Open Hub instead :smiley: (it’s the Rust codebase)

2 Likes

Thanks! That’s the rust codebase?

2 Likes

Yes, it’s the Rust codebase :slightly_smiling:

4 Likes