libax25: Loopback/testing? Experimental callsigns?

2018-03-26 Thread Steven R. Loomis
Hello. I’m Steven K6SPI. I (not often enough) help with LinPac code (Hi David!), and I’m interested in Node.js bindings for Linux ax.25 sockets (libax25), as well as compact devices for routing over ham radio. My question is around testing. How do you test ax.25 sockets without RF, such as in a

Re: [PATCH 4/4] drivers/net: Use octal not symbolic permissions

2018-03-26 Thread David Miller
From: Joe Perches Date: Fri, 23 Mar 2018 15:54:39 -0700 > Prefer the direct use of octal for permissions. > > Done with checkpatch -f --types=SYMBOLIC_PERMS --fix-inplace > and some typing. > > Miscellanea: > > o Whitespace neatening around these conversions. > >

Re: [PATCH 3/4] net: Use octal not symbolic permissions

2018-03-26 Thread David Miller
Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: libax25: Loopback/testing? Experimental callsigns?

2018-03-26 Thread Stuart Longland
On 27/03/18 02:35, Steven R. Loomis wrote: > Hello. I’m Steven K6SPI. I (not often enough) help with LinPac code (Hi > David!), and I’m interested in Node.js bindings for Linux ax.25 sockets > (libax25), as well as compact devices for routing over ham radio. > > My question is around testing. How

Re: libax25: Loopback/testing? Experimental callsigns?

2018-03-26 Thread Steven R. Loomis
Stuart Longland writes: > On 27/03/18 02:35, Steven R. Loomis wrote: >> My question is around testing. How do you test ax.25 sockets without RF, >> such as in a test environment? I saw some discussions about loopback >> support on the old archives, but nothing