-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathusage.html
More file actions
133 lines (122 loc) · 5.99 KB
/
usage.html
File metadata and controls
133 lines (122 loc) · 5.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<!-- <link rel="icon" href="icons/PISCES.ico">-->
<title>PISCES</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/navbar.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html">Home</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<!-- <li class="active"><a href="#">Home</a></li>-->
<li><a href="members.html">Members</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="usage.html">Projects using PISCES</a></li>
</ul>
<!--
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="./">Default <span class="sr-only">(current)</span></a></li>
</ul>
-->
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
</div> <!-- /container -->
<div class="container">
<div class="row">
<div class="offset1 span8">
<h1>Projects</h1>
<h3>Research Projects</h3>
<p>
Huynh Tu Dang, Han Wang, Theo Jepsen, Gordon Brebner, Changhoon Kim, Jennifer Rexford, and Robert Soulé.
<b>Whippersnapper: A P4 Language Benchmark Suite</b>.
In <em>ACM SOSR</em>, April 2017.
<br>
[ <a href="https://dl.acm.org/citation.cfm?id=3050231">Paper</a> ]
</p>
<p>
Eyal Cidon, Sean Choi, Sachin Katti, and Nick McKeown.
<b>AppSwitch: Application-layer Load Balancing within a Software Switch</b>.
In <em>ACM APNet</em>, August 2017.
<br>
[ <a href="https://dl.acm.org/citation.cfm?id=3106998">Paper</a> ]
</p>
<p>
Cheng Zhang, Jun Bi, Yu Zhou, Abdul Basit Dogar, and Jianping Wu.
<b>HyperV: A High Performance Hypervisor for Virtualization of the Programmable Data Plane</b>.
In <em>IEEE ICCCN</em>, August 2017.
<br>
[ <a href="https://dl.acm.org/citation.cfm?id=3050231">Paper</a> ]
</p>
<p>
Giuseppe Siracusano, Roberto Bifulco, and Stefano Salsano.
<b>TCP Proxy Bypass: all the gain with no pain!</b>.
In <em>ACM SIGCOMM</em>, August 2017. (Demo)
<br>
[ <a href="https://dl.acm.org/citation.cfm?id=3131996">Paper</a> ]
</p>
<p>
Mostafa Uddin, Sarit Mukherjee, Hyunseok Chang, and T. V. Lakshman.
<b>SDN-based Service Automation for IoT</b>.
In <em>IEEE ICNP</em>, October 2017.
<br>
[ <a href="https://ieeexplore.ieee.org/document/8117555">Paper</a> ]
</p>
<p>
Giuseppe Siracusano, Roberto Bifulco, Martino Trevisan, Tobias Jacobs, Simon Kuenzer, Stefano Salsano, Nicola Blefari-Melazzi, and Felipe Huici.
<b>Re-Designing Dynamic Content Delivery in the Light of a Virtualized Infrastructure</b>.
In <em>IEEE JSAC</em>, October 2017.
<br>
[ <a href="https://ieeexplore.ieee.org/document/8059757">Paper</a> ]
</p>
<p>
Péter Vörös, Dániel Horpácsi, Róbert Kitlei, Dániel Leskó, Máté Tejfel, and Sándor Laki.
<b>T4P4S: A Target-independent Compiler for Protocol-independent Packet Processors</b>.
In <em>IEEE HPSR</em>, June 2018.
<br>
[ <a href="https://www.researchgate.net/profile/Sandor_Laki/publication/326652427_T4P4S_A_Target-independent_Compiler_for_Protocol-independent_Packet_Processors/links/5b88e93d4585151fd13dd78b/T4P4S-A-Target-independent-Compiler-for-Protocol-independent-Packet-Processors.pdf">Paper</a> ]
</p>
</div>
</div>
<hr>
<footer>
<p>© Princeton University, 2016</p>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>