-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
工寮常客進出打卡系統 #26
Comments
刷悠遊卡簽到可以?但是大家會願意綁定悠遊卡跟mozillians帳號嗎? |
有可能用手機硬體的 uniq ID 來綁帳號嗎?
然後用 NFC 來刷卡?
…---
Cheers
日落 (Zero)
bill85101 <[email protected]> 於 2017年3月16日 上午11:22 寫道:
刷悠遊卡簽到可以?但是大家會願意綁定悠遊卡跟mozillians帳號嗎?
把mozillians帳號的user name 轉成條碼然後在工寮刷條碼簽到?(缺點沒有帳號的人條碼內容不知道怎麼產)
還是說做telegram機器人有人在群組喊到工寮就記錄下來,可是覺得會有人忘記喊離開工寮。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAG_O28LTc4NS9ad8kRrdlOyYcrbbjgwks5rmKsQgaJpZM4Meysq>
.
|
但是,現在的手機都有NFC嗎 ? 怎麼覺得QR比較普遍的樣子 ? (但是這樣就無法每個人一組了) |
@johnroyer 我試過 Sony 手機為了安全性,刷出來的 ID 每台都是 0x04, 0x03, 0x02, 0x01 |
原來還有這招,也太機車 XD
那我覺得或許自己印自己的 QR code 或許比較方便,QR code 內容就用 mozilla profile 的網址,scanner 比較好處理
…---
Cheers
日落 (Zero)
2017-03-16 11:32 GMT+08:00 Ming Tsay <[email protected]>:
@johnroyer <https://github.com/johnroyer> 我試過 Sony 手機為了安全性,刷出來的 ID 每台都是
0x04, 0x03, 0x02, 0x01
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAG_O9hHIz_sxLtAji-r5nAfxQpVzjtmks5rmK1NgaJpZM4Meysq>
.
|
用自己的 QRCode 蠻好的啊,通用 |
@johnroyer 用一維條碼就夠用了其實不用到QR code |
若要每個人單獨QR的話,那就要開發簽到APP來掃QR ? 還是買一台二維條碼掃描機連接程式這樣 ? 後者速度較快但需要花錢 我自己也想到一個,用一個HTML表單,然後選擇ID的方式勾 mozilla profile ID ,直接送出的方式,資料庫會自帶時間,但就怕離開時忘記登記(但就怕偽造/代簽問題) |
@bill85101 已找到一微條碼方案,目前市面上有條碼產生器/轉條碼範例程式,我採用了標籤機製造商提供的條碼產生服務試試看: 輸入了自己的mozillans網址產生了一組128Code條碼,經測試成功刷過 ! |
KKTIX 用的硬體掃條碼機好像也不錯 |
今天又找到開源的條碼產生版本:(128code) 採用MIT授權,用JS+HTML產生的,似乎可以參考一下 |
我正在做QR reader,硬體是RPi2 (@Anfauglir 提供)跟webcam(放在工寮前面櫃子的)。 |
接完資料後要幹嘛的幾個快速想法:
|
補充一下我的重點在於:
所以找個 cloud folder 丟上去比較容易些,要不然退一步變成記錄的主機自己要有「與主機權限無關的」帳號驗證機制。 丟進資料庫的缺點是還要寫「有帳號驗證機制、可以新增刪除帳號」的查詢介面。 上述缺點都是因為實際上很少人有時間寫,所以如果有人要寫的話可以全部推翻。 |
用email如何?至少keyholders都有email吧。 不過缺點是因為qr reader作為mail server是無法被驗證的,所以被當成垃圾郵件的機率很高。 另一個方案是用telegram傳,配合用qr code給指令傳到指定人(可複數)的telegram。 |
簽到網頁在會認google帳號的樣子 |
讓願意留存進出資料的人,可以方便用某個媒介快速打卡,並記錄 mozillians 身份,方便作為紀錄成果數據與投票權
打卡媒介: QR / 條碼 / nfc / 網頁皆可接受
記錄資料: 人 / 進入時間 / 離開時間 / mozillians 帳號
The text was updated successfully, but these errors were encountered: