This document discusses using distributed hash tables (DHTs) for data sharing on mobile ad-hoc networks. It notes the increasing number of internet-enabled mobile devices and interest in ad-hoc networks that self-configure without infrastructure. The POSIT application currently uses random walk gossip to share data between devices in ad-hoc mode, but this is inefficient due to high power usage, inability to handle nodes leaving and rejoining, and potential for incomplete data transmission. The document proposes studying the use of DHTs, which could improve efficiency by reducing communication and intelligently routing data even when nodes disconnect and reconnect.