API reference

UDX.handle_requestMethod

Handle incoming requests by redirecting them to the appropriate package function. Returns true if the request was handled successfully, false otherwise.

source
UDX.start_serverFunction

Start a UDX server on the specified port. If the port is 0, a port will be chosen automatically.

source

MPFI extension

When the MPFI package is loaded, UDX.MPFIExt implements:

  • UDX.udx_read_mpfi(ch::Ptr{Cvoid})
  • UDX.udx_write_mpfi(ch::Ptr{Cvoid}, n::BigInterval)

These are not listed above because they live in the extension module. See Getting started.