Archive for the ‘Clojure’ tag
IETF Datatracker Document Metadata Processing
I have created two tools for fetching and formatting metadata for IETF documents (RFCs and Internet Drafts). I sometimes want to create publications lists or just reference IETF documents in other publications, and these tools are intended to automate the process as much as possible.
- tracker-doc: for fetching document metadata by user-id (datatracker ID)
- bibdoc: for formatting document metadata in text or bibtex format
These are two Clojure scripts that are executed by Babashka – a native Clojure interpreter for scripting.
Install: datatracker-publications on GitHub.
cwik: an Interactive and Extensible Clojure Framework for Automating QUIC Interop Tests and Performance Measurements
QUIC is the next transport protocol for the Internet that is currently being standardized by the IETF. My student Thomas Ripping at University of Applied Sciences Emden/Leer has developed cwik, an open, interactive and extensible Clojure framework for automating QUIC interop tests and performance measurements, based on Peter Doornbosch’s Kwik library. It can be used for defining test campaigns programmatically and can enable reproducible experiments and automatic evaluation. The source code is available on github.com.