Skip to content

hgomez/Teddy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teddy Temp Logo

Teddy

Teddy - The smart Bear's agent

Deployable on Linux, Mac and even Windows, Teddy is a small deamon application able to execute a command, upload and download data on a machine. All operations are done via REST calls.

Constraints

  • low memory consumption
  • compatible with Linux, Mac and Windows
  • self-content

Build

Build with cargo build

Run

Run with cargo run. Application is exposed on :3000 Port.

Prometheus metrics are exposed on :9000/metrics

Run

Configuration can be overwritten in config.json:

{
  "Host": "0.0.0.0",
  "Port": "7000",
  "User": "teddybear",
  "Password": "ilovehoney"
}

Test

Test with cargo test

About

Teddy - The smart Bear's agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%