Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Pcap or other file based "net" implementation for replaying/simulation #158

Open
theangryangel opened this issue Jun 4, 2024 · 2 comments

Comments

@theangryangel
Copy link
Owner

theangryangel commented Jun 4, 2024

Whilst working on https://github.com/theangryangel/race_directord it's popping up that it would be helpful to have a sample recording of insim packets for a subset of testing.

  1. Offline development
  2. Not needing a real server to play with
  3. Allows hot-code reloading/interruptions

It should:

  • Honour timings
  • Probably ignore write calls
@mkapal
Copy link

mkapal commented Jun 5, 2024

I like this idea!

I should have a look if there is such a tool in the Node.js world too, because it would be useful for testing Node InSim as well.

@theangryangel
Copy link
Owner Author

You could probably do something with scapy if you want something quick for testing. I’m in 2 minds if anything without some level of insim understand is going to work quite right. But I might be wrong!

when I get an evening where the girls aren’t playing up I’m hoping I can bang this out quickly 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants