SASANO Takayoshi

Results 25 issues of SASANO Takayoshi

I am testing IPv6-supported version. If there is IPv6 branch, I will send pull-request. my fork is at https://github.com/jg1uaa/DMRGateway

Today I rewrite my MMDVM.ini and I found this problem. ``` I: 2022-03-20 12:18:24.336 Started the DMR Id lookup reload thread I: 2022-03-20 12:18:34.332 Opening UDP port on 62032 E:...

I'm trying to support IPv6 at my branch https://github.com/jg1uaa/MMDVMHost/tree/ipv6 . I checked IPv6-cabable xlxd/DMR and DAPNETGateway, it looks working. Currently the code has workaround like https://github.com/jg1uaa/DMRGateway/commit/eb20786f3659847f3366ed2e5c0d3a02127d7f4c , set "0.0.0.0" or...

Hacked firmware for TYT's MD-380 and recently some handhelds have a function to display user information from DMR-MARC's user file (https://www.radioid.net/static/user.csv). Current MMDVMHost can display callsign and first name from...

Hello, Current code is strongly dependent on sockaddr_in and limited to IPv4 support. I am trying to rewrite with sockaddr_storage to add IPv6 support. There is a modified code at...

SSE support is renewed, I took benchmark. method: ``` $ cd LPCNet/build_dir/src $ cat ../../wav/all.wav | ./lpcnet_enc -s > test.out $ time cat test.out | ./lpcnet_dec -s > /dev/null ```...

LPCNet-FreeDV is based on old xiph/LPCNet code, it looks forked from https://github.com/xiph/LPCNet/tree/b811cade95cf19530ddfbe5aadeaff7c4f89ba77 Currently original LPCNet supports SSE officially so I think migrate this better, but I am afraid that new...

Recently I got USB supported MMDVM_HS_Hat from AliExpress, and it is programmed USB-CDC capable firmware. I build recent MMDVM_HS firmware and installed, OpenBSD (I don't know about other OSes) cannot...

Hi, Is there any install ISO (not USB) image for x86, or plan for provide? many VPS requires ISO image to install, and it is freindly for vitrual machine such...

sortlm.py requires following rules: - 2-gram use 1-gram word - 3-gram use 2-gram word pair and 1-gram word if this rule is not matched, sortlm.py stops with error. data.arpa in...