mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 03:45:30 +00:00
71 lines
1.8 KiB
TeX
71 lines
1.8 KiB
TeX
|
|
\usepackage{acro}
|
|
|
|
\acsetup{
|
|
make-links
|
|
}
|
|
|
|
\DeclareAcronym{dtn}{
|
|
short = DTN,
|
|
long = Delay/Disruption-Tolerant Networking \cite{RFC5050,RFC9171} ,
|
|
}
|
|
\DeclareAcronym{tcp}{
|
|
short = TCP ,
|
|
long = Transmission Control Protocol \cite{RFC0793,RFC7323} ,
|
|
}
|
|
\DeclareAcronym{udp}{
|
|
short = UDP ,
|
|
long = User Datagram Protocol \cite{RFC0768},
|
|
}
|
|
\DeclareAcronym{ltp}{
|
|
short = LTP ,
|
|
long = Licklider Transmission Protocol \cite{RFC5326} ,
|
|
}
|
|
\DeclareAcronym{lldp}{
|
|
short = LLDP ,
|
|
long = Link Layer Discovery Protocol \cite{7433915} ,
|
|
}
|
|
\DeclareAcronym{ns3}{
|
|
short = ns-3 ,
|
|
long = ns-3 Network Simulator \footnote{\url{https://www.nsnam.org/}} ,
|
|
}
|
|
\DeclareAcronym{omnet}{
|
|
short = OMNeT++ ,
|
|
long = Open Modeling Network Simulator \footnote{\url{http://omnetpp.org/}} ,
|
|
}
|
|
\DeclareAcronym{inet}{
|
|
short = INET ,
|
|
long = INET \footnote{\url{https://inet.omnetpp.org/}} ,
|
|
}
|
|
\DeclareAcronym{bp}{
|
|
short = BP ,
|
|
long = Bundle Protocol \cite{RFC5050,RFC9171} ,
|
|
}
|
|
\DeclareAcronym{ops}{
|
|
short = OPS ,
|
|
long = Opportunistic Protocol Simulator ,
|
|
}
|
|
\DeclareAcronym{cgr}{
|
|
short = CGR ,
|
|
long = Contact Graph Routing \cite{burleigh2011contact} ,
|
|
}
|
|
\DeclareAcronym{dns}{
|
|
short = DNS,
|
|
long = Domain Name System \cite{RFC1034,RFC1035} ,
|
|
}
|
|
|
|
\DeclareAcronym{ip}{
|
|
short = IP,
|
|
long = Internet Protocol \cite{RFC0791} ,
|
|
}
|
|
|
|
\DeclareAcronym{cni}{
|
|
short = CNI,
|
|
long = Container Network Interface \footnote{\url{https://www.cni.dev/}} ,
|
|
}
|
|
|
|
\DeclareAcronym{oci}{
|
|
short = OCI,
|
|
long = Open Container Initiative \footnote{\url{https://opencontainers.org/}} ,
|
|
}
|