Skip to content

AtelierVR/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nox Bot

Build and Test License: AGPL v3

Load testing bot for Nox relay servers, written in Rust.

Repository

Features

  • High-performance QUIC-based relay client
  • Multiple movement patterns (circular, random teleport, square)
  • Configurable bot count and behavior
  • Graceful shutdown handling

Building

# Development build
cargo build

# Release build (optimized)
cargo build --release

Running

# Using cargo
cargo run --release --bin noxbot -- --count 10 --movement circular

# Using npm scripts
npm run build
./target/release/noxbot --count 10 --movement circular

Project Structure

  • relay/ - QUIC relay client library
  • test/ - Load testing application (noxbot binary)
  • api/ - API client

Configuration

Create a config file or use environment variables:

RELAY_ADDRESS=127.0.0.1:30000
BOT_COUNT=10
MOVEMENT_TYPE=circular

License

AGPLv3 - See LICENSE file for details.

About

Load testing bot for Nox relay servers, written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages