Logviewer: Difference between revisions
Jump to navigation
Jump to search
(Created initial page) |
No edit summary |
||
Line 1: | Line 1: | ||
= Introduction = | |||
This was an exercise using websockets with Python3. The code is a modification to the example on [http://shzhangji.com/blog/2017/07/15/log-tailer-with-websocket-and-python/ Ji ZHANG's blog] and [https://github.com/jizhang/logviewer.git Github repo]. | |||
== Source == | |||
Github repo: https://github.com/KG7QIN/weblogviewer | Github repo: https://github.com/KG7QIN/weblogviewer |
Revision as of 03:46, 8 October 2022
Introduction
This was an exercise using websockets with Python3. The code is a modification to the example on Ji ZHANG's blog and Github repo.
Source
Github repo: https://github.com/KG7QIN/weblogviewer