bob icon indicating copy to clipboard operation
bob copied to clipboard

A peer-to-peer file-transfer tool in OCaml

Results 15 bob issues
Sort by recently updated
recently updated
newest added

I'm not sure how to fix that properly when it seems that *BSD has a different semantic about `connect()` (see #8) and probably `accept()`. It seems that our test where...

Currently, we just inflate the file and save it but we did not check the hash (if it exists and if it's correct). A situation appears when the sender break...

Currently, `bob` is not able to resume a tranfer. I will be nice to extend the protocol (between peers) to be able to download only what it was missed.

It seems that the Cosmopolitan binary can be wrapped into `torsocks`. I think that `torsocks` introspects some syscalls but Cosmopolitan obfuscates syscalls.

enhancement

Feature request: be able to send multiple files by doing: ``` ./bob file1 file2 file3... ```

Currently, the `connect()` function is special for FreeBSD & Windows. I suspect that NetBSD and OpenBSD have the same behavior than FreeBSD and, in this situation, we should merge the...

good first issue

Currently, even if we ensured that no leak was done during our handshake, it will be nice to wrap the exchange into TLS. A question remains, how the relay gemerate...

enhancement