acsadam0404 / siha

1 stars 0 forks source link

QR Code generátor #1

Open acsadam0404 opened 10 years ago

acsadam0404 commented 10 years ago

Ezeket kellene bekódolni a QR kódba:

  1. String IP
  2. String outputs
  3. String inputs

A kódolás szerintem mehet JSON-be, egyelőre prototípusig plaintext-ben.

Így képzeltem el:

{
    "ip": "ipcim",
    "outputs": [
        { "name": "out1", "type" : "bool" },
        { "name": "out2", "type" : "int" },
        { "name": "out3", "type" : "interval" }        
    ],
  "inputs": [
        { "name": "in1", "type" : "bool" }
    ]
}

QR kód maximális hossza 4296 alphanumeric karakter, ebbe lazán beleférünk még a lekódolás után is.

MartoniczD commented 10 years ago

Rendben!

From: acsadam0404 [mailto:notifications@github.com] Sent: Wednesday, August 20, 2014 11:55 AM To: acsadam0404/siha Subject: [siha] QR Code generátor (#1)

Ezeket kellene bekódolni a QR kódba:

  1. String IP
  2. String outputs
  3. String inputs

A kódolás szerintem mehet JSON-be, egyelőre prototípusig plaintext-ben.

Így képzeltem el:

{ "ip": "ipcim", "outputs": [ { "name": "out1", "type" : "bool" }, { "name": "out2", "type" : "int" }, { "name": "out3", "type" : "interval" }
] "inputs": [ { "name": "in1", "type" : "bool" } ] }

QR kód maximális hossza 4296 alphanumeric karakter, ebbe lazán beleférünk még a lekódolás után is.

— Reply to this email directly or view it on GitHub https://github.com/acsadam0404/siha/issues/1 . https://github.com/notifications/beacon/6695873__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyNDE0NzcyMiwiZGF0YSI6eyJpZCI6NDAxNDk0MDJ9fQ==--ed888d5250a35ad5b5ecf11dac86de1867368b64.gif