Skip to content

A library to build and send basic packets based on IETF specifications.

Notifications You must be signed in to change notification settings

00JCIV00/packt-lib

Repository files navigation

packt-lib

A small Kotlin library to build and send basic packets based on IETF specifications.


Overview

This project is an experiment to learn more about the basics of how packets work by coding parts of the IETF spec in Kotlin, a language I enjoy. Optimally, the library would allow users to manipulate packets either directly or through a DSL.

Issues

Unfortunately, using Kotlin has introduced a number of challenges in terms of packet crafting and manipulation:

  • Sending packets directly to a raw socket. (This is partially solved using Ktor's Raw Socket for TCP and UDP, but that's limited to those specific protocols and only works with JVM as far as I can tell.)
  • Intercepting packets delivered to the host machine.

Resources

About

A library to build and send basic packets based on IETF specifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages