tuomaura / eap-noob

Nimble out-of-band authentication for EAP (EAP-NOOB)
14 stars 11 forks source link

The 'peers_connected' table is not visible in the database #6

Open ms-s opened 4 years ago

ms-s commented 4 years ago

Thank you for your answers.

And I have a question in the DB section.

The 'peers_connected' table is not visible in the database. So I want to know where I create.

Originally posted by @INKYUSONGG in https://github.com/tuomaura/eap-noob/issues/5#issuecomment-520769075

ms-s commented 4 years ago

Thank you @INKYUSONGG for bringing this issue forward. The peers_connected table is a remnant from an older version of the implementation. I pushed a new commit to remove this from the hostapd server.

Note, that the nodejs server is outdated and still tries to use the peers_connected table in some places. This needs to be updated. I will keep the issue open for now until the nodejs code has been updated. However, you should still be able to test the EAP-NOOB code and successfully connect a new IoT device.