ipfs stream

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

39 check-ins

2022-03-21
04:15
start of the go port of ipfs stream Leaf check-in: e6ab749008 user: russell tags: trunk
2021-12-17
03:29
replace subprocess with httplib. step 1 stream pubsub. lost: error checking to that ipfs_daemon is pubsubing The general idea is that subprocess would work poorly on windows this should work better. A problem encountered is that python has no multipart library. this implamentation had to be carefully hand crafted to fit what curl was observed to do. :wq check-in: c89c6b9230 user: russell tags: trunk
2021-12-02
15:24
add option to segment stream by time or size check-in: e8e184b49d user: russell tags: trunk
2021-08-04
11:45
Make a method segment to handle segments, I do not thing this is it's final form but this lets me think about chat, identity and aliases a bit better check-in: ba75fddcbb user: russell tags: trunk
11:03
fix sequence check-in: cfab9766fc user: russell tags: trunk
2021-08-02
23:35
function to download linked data. this also fixes stream not getting last few segments check-in: 13f1161fce user: russell tags: trunk
19:11
streamer should publish linked data check-in: cebcaf30df user: russell tags: trunk
10:13
rename v_stream to stream, the v was not doing anything for me. check-in: 6252acb9c2 user: russell tags: trunk
10:00
move pubsub publish to standalone function, this will allow watchers to publish comments check-in: 2ed9f679b9 user: russell tags: trunk
2021-07-31
21:46
move ipfs pubsub command from stream to own function, this will allow watchers to use it check-in: dee511e7ce user: russell tags: trunk
2021-07-23
23:13
add requirements check-in: 23055cd006 user: russell tags: trunk
21:48
no need to ever show the signing key check-in: 92be3cade1 user: russell tags: trunk
21:10
add copyright notice check-in: adb23d34ca user: russell tags: trunk
20:26
make links a list check-in: cf29dd33c7 user: russell tags: trunk
20:25
include links to tftr's fauxstream check-in: 186b9d25a1 user: russell tags: trunk
19:36
spelling fix in readme s/nesecerry/nessecery/ check-in: a80665af6e user: russell tags: trunk
19:26
spelling fix in readme s/segmet/segment/ check-in: 526f89dde5 user: russell tags: trunk
19:25
Add justification and overview sections to readme check-in: e381b99ef5 user: russell tags: trunk
18:56
Readme for getting started check-in: 7da7a6a48a user: russell tags: trunk
18:45
make all on on disk keys base64 encoded, this makes it easier to copy/paste them in text environments check-in: 93c52b51b1 user: russell tags: trunk
17:37
add shbang line and explanation comment check-in: c0d014b4b5 user: russell tags: trunk
2021-07-22
23:37
rename to ipfs_stream check-in: 2bac9e1ca4 user: russell tags: trunk
23:35
limit number of ipfs processes check-in: 1387042251 user: russell tags: trunk
05:56
ipfs_append_segment code is now in the segment class check-in: f073588749 user: russell tags: trunk
05:55
all subprograms now have a selectors interface code was reorginized into several classes to better support this. check-in: d563ca18b8 user: russell tags: trunk
2021-05-05
00:57
cli interface update. when an id is provided, you will watch that is, otherwise it will stream from stdin check-in: bf984bf9ed user: russell tags: trunk
2021-05-04
15:06
use ipfs multibase and the 'bytes' key, note that while this still does not match the ipld specification it gets us closer check-in: 83ab60028a user: russell tags: trunk
14:19
catch keyboard interupts "ctrl+c" so final linked file can be attempted check-in: ff98c509d8 user: russell tags: trunk
13:56
fix ipfs get incompatibility comment check-in: 30016ba824 user: russell tags: trunk
13:30
change link data to aproximation of ipfs files data. note that this style ipfs files data is not fully specified yet. check-in: fd06b19a04 user: russell tags: trunk
13:26
clean up v_stream output. it now prints idenity and public key check-in: b530efba84 user: russell tags: trunk
13:24
output video to stdout check-in: 45d345ed7e user: russell tags: trunk
13:20
use correct match for output of ipfs dag check-in: c889d9ea45 user: russell tags: trunk
13:17
make watch path only print on stderr, this is to free up stdout for video output check-in: 19cfda3b31 user: russell tags: trunk
13:02
use lowercase 'data' and 'links' nodes. matches trends in ipfs check-in: cb4f170f8e user: russell tags: trunk
12:57
use ipfs dag subcommand, object is depreated check-in: 24f639d4fb user: russell tags: trunk
2021-04-29
07:35
can subscribe to stream check-in: 045830e8d6 user: russell tags: trunk
01:44
prototype streaming working check-in: a35739b42a user: russell tags: trunk
01:39
initial empty check-in check-in: 4ab52955ae user: russell tags: trunk