Logviewer: Difference between revisions

From KG7QIN's Wiki
Jump to navigation Jump to search
(Created initial page)
 
(Added Categories)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Programming]]
= 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

Latest revision as of 07:37, 21 July 2023

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