Direct IP Route
Machine-to-machine or mobile-to-machine transfers stay local when the peers are on the same reachable network.
A local transfer fabric for machines that should be able to see each other, trust each other, and move data without the usual detours. RIFT links Linux systems and mobile devices over IP, then gets out of the way.
dmrift/1 is the common language between RIFT peers. The public idea is simple: identify the peer, offer the payload, stream it directly, verify the result, and leave a receipt. The implementation details stay behind the curtain.
RIFT treats the local network as the shortest path between two devices. Once the route is known, transfers stream directly between peers with live progress, queue state, and integrity verification.
Machine-to-machine or mobile-to-machine transfers stay local when the peers are on the same reachable network.
Large files are sent as a stream instead of being swallowed whole into memory first. The wire stays busy while the application stays responsive.
A transfer is not considered complete merely because bytes arrived. RIFT verifies the payload before finalizing it.
Open RIFT and the Linux node becomes both TX and RX ready. The desktop application handles both directions from one interface.
Android speaks the same dmrift/1 contract. Pick a file, route it to a Linux peer, and send without changing protocols between platforms.
Transfers can be queued, paused, cancelled, retried, observed, and logged instead of disappearing into a single opaque progress dialog.
The POC security model is intentionally readable. A peer can receive from the local network broadly, or narrow acceptance to explicitly trusted hosts. This is the first trust layer, not the final one.
RIFT does not pretend that “local” automatically means “trusted.” The proof-of-concept already exposes a practical host-trust boundary while keeping the user in control of when the receiver is permissive and when it is selective.
The next security milestones belong above this layer: stronger peer identity, cryptographic pairing, encrypted sessions, and richer trust policy. dmrift/1 is being built so those layers can arrive without changing the basic user experience.
RIFT has moved beyond diagrams. The Linux peer runs as a unified sender/receiver, and the Android build has successfully delivered files from a physical mobile device into that Linux endpoint using the same protocol.
RIFT is being built around a simple idea: nearby devices should not need a distant intermediary to move a file across the room.
RETURN TO SIGNAL