phuedx / pinc

A network connection conditioner for a handful of low-end devices in my home office
MIT License
16 stars 3 forks source link

Add a /profiles endpoint #3

Closed joakin closed 8 years ago

joakin commented 8 years ago

I think a /profiles endpoint that returned the profiles with the network info would be very useful for the UI too. Example response:

  [
    {
      name: "2G",
      bandwidth: "50",
      rtt: "500"
    },
    // ...
  ]
phuedx commented 8 years ago

I've yet to create a TODO list for this project but if I had, then this'd be the first item on it.