Skip to content

Commit dccb741

Browse files
committed
Update Readme
1 parent 2865024 commit dccb741

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1+
2+
<div align="center">
3+
14
# Rust BF Runtime Interface (RBFRT)
25

6+
![image](https://img.shields.io/badge/licence-Apache%202.0-blue)
37
![Build with badge](https://img.shields.io/badge/Build_with-Rust-red)
4-
[![build](https://github.com/uni-tue-kn/rbfrt/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/uni-tue-kn/rbfrt/actions/workflows/rust.yml)
8+
![image](https://img.shields.io/badge/v-0.1.5alpha-yellow)
9+
[![build](https://github.com/uni-tue-kn/rbfrt/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/uni-tue-kn/rbfrt/actions/workflows/build.yml)
10+
11+
</div>
512

613
- [Rust BF Runtime Interface (RBFRT)](#rust-bf-runtime-interface-rbfrt)
714
- [Overview](#overview)
815
- [Documentation](#documentation)
916

17+
1018
## Overview
1119

1220
This repository contains the source code of *Rust Barefoot Runtime (RBFRT): Fast Runtime Control for the Intel Tofino* ([preprint paper](https://arxiv.org/abs/2501.17271)).
@@ -18,3 +26,17 @@ It uses gRPC and the official Protobuf definitions of the [Open-Tofino](https://
1826
## Documentation
1927

2028
The documentation of this crate is deployed as a [GitHub page](https://uni-tue-kn.github.io/rbfrt/rbfrt/).
29+
30+
## Cite
31+
If you use RBFRT in any of your publications, please cite the following papers:
32+
1. E. Zink, M. Flüchter, S. Lindner, F. Ihle, and M. Menth: [Rust Barefoot Runtime (RBFRT): Fast Runtime Control for the Intel Tofino](https://publikationen.uni-tuebingen.de/xmlui/bitstream/handle/10900/163778/4th_kuvs_fg_netsoft_13.pdf), in KuVS Workshop on Network Softwarization (KuVS NetSoft), Apr. 2025, online
33+
34+
```tex
35+
@article{ZiFl25,
36+
title = {{Rust Barefoot Runtime (RBFRT): Fast Runtime Control for the Intel Tofino}},
37+
author = {Etienne Zink and Moritz Flüchter and Steffen Lindner and Fabian Ihle and Michael Menth},
38+
journal = {{KuVS Workshop on Network Softwarization (KuVS NetSoft)}}
39+
year = 2025,
40+
month = apr
41+
}
42+
```

0 commit comments

Comments
 (0)