Commit Graph

20 Commits

Author SHA1 Message Date
Andrius Štikonas 9ce7a65869 Convert some loops into C++11 ranged based for loops. 2016-09-02 22:33:26 +01:00
Andrius Štikonas a9e76830c1 Let Qt handle object deletion. 2016-09-02 20:56:06 +01:00
Andrius Štikonas cd52a6063e Add some debugging output when pairing. 2016-03-14 00:35:40 +00:00
Andrius Štikonas 4e89c2a6c7 Sort using mac address because at the time of sorting socket names are not known yet. 2015-11-15 02:50:39 +00:00
Andrius Štikonas 1049a56400 Sort sockets by their names. 2015-10-05 01:10:50 +01:00
Andrius Štikonas 482a2a0e5b Reformat with astyle. 2015-08-18 15:29:09 +01:00
Andrius Štikonas 32cf746ace Rename some commandID enums to be closer their ASCII value
GlobalDiscover -> QueryAll
TableData      -> ReadTable
WriteTableData -> TableModify
2015-05-27 00:03:33 +01:00
Andrius Štikonas de16fea254 Restore ability to set a different ssid.
Add on and off commands.
2015-05-26 00:02:19 +01:00
Andrius Štikonas b30da3495d Process Discover packets too. 2015-04-02 22:10:06 +01:00
Andrius Štikonas 354ec34d1e Move socketDateTime to socket class. 2015-04-02 01:31:37 +01:00
Andrius Štikonas 0253526834 Implement reading the current time of the socket. 2015-04-02 01:19:02 +01:00
Andrius Štikonas 8999a55c30 Add another method of pairing. 2015-03-11 12:34:56 +00:00
Andrius Štikonas 6208514f70 Wait until WiWo-S20 network appears. 2015-03-02 11:58:37 +00:00
Andrius Štikonas 6319fa237b Try to connect to WiWo-S20 wifi. 2015-02-28 23:30:00 +00:00
Andrius Štikonas c7c93181bf Add support for initial pairing of the socket (WIP, some manual steps necessary). 2015-02-22 23:20:20 +00:00
Andrius Štikonas e7c521bc10 Print countdown. 2015-02-21 21:14:22 +00:00
Andrius Štikonas 8acd7a7178 Remove debugging output. 2015-02-07 20:04:33 +00:00
Andrius Štikonas b64663177e Implement command queue. 2015-02-07 17:29:12 +00:00
Andrius Štikonas daf7213a05 Move network and input handling to separate threads.
Add some debugging output.
2015-02-03 01:24:47 +00:00
Andrius Štikonas 5e035a4448 Make UDP datagrams asynchronous. 2015-02-01 01:42:45 +00:00