olimexsmart / SagraPOS

Easy to use POS application for small fairs, events, games, and obviously Italian-style sagre
0 stars 1 forks source link

LAN client connection with QR code #5

Closed olimexsmart closed 1 month ago

olimexsmart commented 2 months ago

PURPOSE Guide the user to connect a client to the main server desktop application.

BACKEND I'd say this could be a single API that returns something like this:

{
  "serverUrl": "http:\\192.168.1.10:3000",
  "WiFi": 
  {
    "ssid": "sagra_casse",
    "password": "esempio"
  }
}

with the WiFi field being null if there if there are no entries in the settings table (table keys could be "wifi_SSID" and "wifi_password). These keys will be later managed through settings.

FRONTEND

olimexsmart commented 1 month ago

Closed in b90bc152240ad56d6d73df8a588d235416dee499