TheThingsProducts / gateway

The Things Kickstarter Gateway
https://www.thethingsindustries.com/docs/gateways/models/thethingskickstartergateway
55 stars 20 forks source link

Extend the maximum accepted length of Gateway ID #69

Open ymgupta opened 4 years ago

ymgupta commented 4 years ago

What do you want to do? What do you expect?

Extend the maximum accepted length of Gateway ID for the Things Kickstarter gateway. This involves extending the size of the element in the flash and adjust all the buffers in the path

What steps did you take? (Give as many details as possible so that we can reproduce it)

  1. Use per say a 41 or 42 character ID and try to configure the gateway
  2. Encounters with a bad request error

    What went wrong? What is missing?

    https://github.com/TheThingsProducts/gateway/blob/846da98b67b1c9bee9646f3ae11c30c6d0c1f00c/firmware/src/custom_http_app.c#L546

    What firmware is running on your gateway?

    The Things Kickstarter Gateway v1.0.8 Backhaul used: Ethernet

    What do the logs show?

    ...

    Any Screenshots or Photos?

    image-20200825-154710

Do you think you can try to fix this yourself and submit a pull request?

No