Skip to main content

ZeqFiberOptics

Fiber optic link design. Attenuation, dispersion, nonlinear effects (SPM/XPM/FWM) with HulyaPulse chromatic dispersion compensation.

EndpointPOST /api/optics/fiber
Authapi-key
Rate limit10/min
Categoryoptics

Parameters

NameTypeRequiredDescription
fiberTypestringYes'smf-28', 'mmf', 'dcf', 'erbium-doped', 'photonic-crystal'.
length_kmnumberYesFiber length.
wavelength_nmnumberNoOperating wavelength.
launchPower_dBmnumberNoLaunch power.

Returns

{ loss_dB, dispersion_ps, ber, osnr_dB, nonlinearPenalty_dB, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"fiberType": "<fiberType>",
"length_km": 0,
"wavelength_nm": 1550,
"launchPower_dBm": 0
}' \
"https://zeqsdk.com/api/optics/fiber"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-fiber-optics.