gamemann
Software/network engineer and developer with a love for open source! @deaconn-net @modcommunity @bestmods @bestserversio
@deaconn-netMullica Hill, New Jersey, US
Pinned Repositories
bestmods
An open source website that allows users to browse mods in gaming from many sources on the Internet! Made by @gamemann!
steam-link-with-raspberry-pi-setup
A full guide on how to setup Steam Link software on a Raspberry Pi 4 Model B with Buster Lite OS (10) and streaming at 120FPS. Made by @gamemann!
BestBuy-Parser
A personal tool using Python's Scrapy framework to scrape Best Buy's product pages for RTX 3080 TIs and notify if available/not sold out.
gamemann
My GitHub profile ReadMe.
GitHub-Follow-Bot
A GitHub Follow Bot that utilizes Django's web framework and Python. The bot comes with many features, but please use at your own risk. The bot was made for educational purposes.
Packet-Sequence
A pen-test/DoS tool that can be used to send single or multiple packets in sequences with a lot of packet customization.
The-DPDK-Examples
Program examples utilizing the DPDK. The DPDK is a kernel-bypass network library that allows for very fast network packet processing. This is great for (D)DoS mitigation and low-latency packet inspection, manipulation, and forwarding.
XDP-Firewall
A firewall that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. This is great for dropping malicious traffic from a (D)DoS attack. IPv6 is supported with this firewall! I hope this helps network engineers/programmers interested in utilizing XDP!
XDP-Forwarding
Layer 3/4 packet forwarding software that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. Uses source port mapping similar to IPTables and NFTables.
PB-AF-XDP
An application that utilizes fast AF_XDP Linux sockets to generate and send network packets. Used for penetration testing including Denial of Service (DoS) and network monitoring. Made by @gamemann!
gamemann's Repositories
gamemann/XDP-Firewall
A firewall that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. This is great for dropping malicious traffic from a (D)DoS attack. IPv6 is supported with this firewall! I hope this helps network engineers/programmers interested in utilizing XDP!
gamemann/gamemann
My GitHub profile ReadMe.
gamemann/Pterodactyl-Game-Server-Watch
A tool programmed in Go to automatically restart 'hung' game servers/containers via a Pterodactyl API.
gamemann/Misc
Smaller projects I've made starting from over 10 years ago. Projects in this repository are NOT supported.
gamemann/Home-Lab
Information on my home lab setup.
gamemann/C-To-Assembly-Tests
A repository that stores results from converting C code to Assembly. I use this repository to analyze performance with my C code.
gamemann/IPIPDirect-TC
Sends outgoing IPIP packets back to the client directly instead of back through the IPIP tunnel/forwarding server. Uses TC egress filter for fast packet processing.
gamemann/Stat
A small project to gather counter statistics from the file system or output from commands. Useful for retrieving packets per second and bytes per second on a network interface.
gamemann/Godot-Testing
A repository that stores my Godot test projects while I'm learning it.
gamemann/web-desktop-app-launcher
A web/desktop application launcher I made for a mini-PC I recently purchased for game/movie streaming and emulation.
gamemann/csharp-websockets-chat
A small project that allows a client and server to communicate together similar to a chat room. I made this project to learn more about web sockets in CSharp/.NET and manage multiple web sockets at once.
gamemann/Map-Restart
A simple plugin for SourceMod that restarts the map or server after the time limit is up and no clients.
gamemann/postgresql-docker-image-with-backups
A custom Docker image based off of PostgreSQL's Docker image that implements Cron jobs and a backup Bash script that uploads a database dump to Backblaze B2.
gamemann/scripts
A repository that stores small scripts used with Best Mods.
gamemann/Xdp-Access-Last-Byte
Repository to store information accessing the last byte of a packet in BPF and XDP.
gamemann/Dot-DM
An open source first person shooter video game with Godot and a work in progress. Will be show-casing tools that @nextgen-modding creates in the future.
gamemann/Elixir-Phoenix-User-System
A simple web application that acts as a user system written in Elixir. You can register and login.
gamemann/cf-nginx-iptables-automation
A small, but neat Bash script that retrieves the latest IPv4 and IPv6 ranges from CloudFlare and then updates NGINX real IP headers and an IPTables chain.
gamemann/db-testing
Analyzing Best Mods' database and query performance/optimization.
gamemann/dot-fps-controller
An open source 3D first person player controller for @godotengine that supports bunny hopping, air strafing, and more!
gamemann/l4d2-partyboxes
A SourceMod plugin for Left 4 Dead 2 that allows you to open upgrade boxes as party/fun boxes. A big work-in-progress!
gamemann/GFL-API-In-Elixir
GFL's API for Members, Supporters, and VIPs written in Elixir. This isn't being used in production, but I figured it's good practice when learning Elixir.
gamemann/my-retro-setup
Details going over my retro setup which consists of game streaming and emulation along with details on getting Wii Remotes and a Dolphinbar to work on Linux/Debian 12.
gamemann/discord-mg-bot
An open source Discord bot that allows users to play mini-games on Discord servers and get awarded points. Not finished and a work-in-progress.
gamemann/dot-menu-settings-example
This is a small game made with @godotengine that showcases a simple settings menu where a user can set the screen width, height, and mode. The settings are saved to a JSON file on the file system.
gamemann/xdp-playground
Stores XDP programs and loaders I use for testing/helping others with (e)BPF and XDP.
gamemann/spy-discord
A Discord bot that will allow you to add your Discord server to Best Servers and track user counts, etc.
gamemann/bestservers
Best Servers website made with T3 stack which includes TypeScript, React, NextJS, Prisma, tRPC, and TailWind CSS.
gamemann/cs-who-did-i-flash
A SourceMod plugin for Counter-Strike: Source that notifies players of how many teammates or enemies they've flashed after throwing a flashbang.
gamemann/spy
Retrieves and updates server information from the Best Servers API.