noisebridge / rfid-access-control

Little system to handle RFID access control at Noisebridge
GNU General Public License v2.0
48 stars 19 forks source link

Expose events optionally over TCP #2

Closed patrickod closed 9 years ago

patrickod commented 9 years ago

Very similar to the HTTP server interface at the moment. Definitely some future refactoring to these.

Moved the Event list code into its own module to share between the two.

tcp server is exposed w/ -tcpport= when running earl

hzeller commented 9 years ago

Yeah, the commonalities between the servers should be merged, which is something you should consider in follow-up changes. But for now, good to merge :)