index
:
remote_plot
master
Archived. Has license issues. Plot on GUI a remote file updating using https://git.flylightning.xyz/mycan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-04-30
use more optimized g_timeout_add_seconds
Xiao Pan
2025-04-30
run read_data() instantaneously, so plot can start right away
Xiao Pan
2025-04-30
update drawing area if toggle live
Xiao Pan
2025-04-30
add comment
Xiao Pan
2025-04-29
feat: save to local, cli option to read only from local
Xiao Pan
2025-04-29
better error handling
Xiao Pan
2025-04-29
set x axis label 10 digits
Xiao Pan
2025-04-29
feat: add live button, from and to time entries
Xiao Pan
2025-04-28
old url not working any more
Xiao Pan
2025-04-28
correct comment
Xiao Pan
2025-04-28
Use pi mycan.c .csv format
Xiao Pan
2025-04-28
git ignore .o files
Xiao Pan
2025-04-28
feat: read past data from remote pi
Xiao Pan
Using linked list so I can keep adding data without worrying about arrary max length. I also moved old code that can only read live data to old/remote_plot_live.c as an archive.
2025-04-27
use unix time for timestamp instead
Xiao Pan
2025-04-26
cli option to set ssh destination
Xiao Pan
2025-04-26
Move expanders on top of drawing area to give it more spaces in the future
Xiao Pan
2025-04-26
Maybe more correct MAX_XFER_BUF_SIZE
Xiao Pan
2025-04-26
guess temp min max
Xiao Pan
2025-04-26
Dynamic plots size and arrangements
Xiao Pan
2025-04-26
add expanders
Xiao Pan
2025-04-26
Use flowbox for checkbuttons
Xiao Pan
2025-04-25
Add average volt and temp labels
Xiao Pan
2025-04-25
checkbutton now can add remove plots
Xiao Pan
2025-04-24
better plot
Xiao Pan
2025-04-24
update
Xiao Pan
2025-04-24
Add checkbuttons and scrolled_window, now checkbuttons have no effect yet
Xiao Pan
2025-04-24
Add notes about not included yet infrastructure configs
Xiao Pan
2025-04-24
fix print, add comment
Xiao Pan
2025-04-23
somehow need to be slower to read data
Xiao Pan
2025-04-23
set up rpi wg
Xiao Pan
2025-04-23
Remote read can from a file
Xiao Pan
2025-04-23
old pinephone accelerometer code
Xiao Pan
2025-04-09
temporary not return ssh error code, not sure how to deal with it, now only ↵
Xiao Pan
return gtk G_SOURCE_REMOVE error
2025-04-09
correct name
Xiao Pan
2025-04-08
add more readme
Xiao Pan
2025-04-07
add gitignore
Xiao Pan
2025-04-07
add Makefile
Xiao Pan
2025-04-07
comment about how to build
Xiao Pan
2025-04-07
use putchar to print one char
Xiao Pan
2025-04-07
use a constant instead for data arrary length
Xiao Pan
2025-04-07
move old code
Xiao Pan
2025-04-06
clean
Xiao Pan
2025-04-06
Add references
Xiao Pan
2025-04-06
Edit button to print data
Xiao Pan
2025-04-06
Integrate with gtk
Xiao Pan
2025-01-29
maybe more proper
Xiao Pan
2024-11-24
clean
Xiao Pan
2024-11-24
add reference
Xiao Pan
2024-11-24
init, GPL-2.0-or-later license not sure if correct
Xiao Pan