Skip to content

Implement TFTP using OxCaml #42

@kayceesrk

Description

@kayceesrk

TFTP is a simple protocol. There's not much complexity in terms of actual networking implementation. There's an implementation already: https://github.com/mor1/ocaml-tftp. Potential improvements

  • Use locals to ensure that sockets are well-bracketed.
  • Use local allocation where appropriate
  • Use unboxed types to implement zero-copy networking?
  • Implement a concurrent server? Use portable and contended for DRF? Is there a concurrency library built using effect handlers that we can use for concurrent servers?

Relevant readings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions