Core library used to build fixed networking clients and servers used to create DVM networks.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bryan Biedenkapp d4b15e118e
maybe, just maybe if I were a better engineer I would have caught this (probably months ago), ignore opcode $00 and $01 (for now) these are the whitelist and blacklist RID sub functions;
1 week ago
Analog Merge R04K34 dev into fnecore master (#2) 1 month ago
DMR treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
EDAC treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
NXDN treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
P25 set MfId for the DVM_LC_CALL_TERM properly; 1 month ago
Properties treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
Utility treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
.gitattributes initial commit; 2 years ago
.gitignore initial commit; 2 years ago
COPYING treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
Constants.cs add support to flag ourselves as a SysView peer, this would provide deeper feedback from the core; 1 month ago
FneBase.cs add support to flag ourselves as a SysView peer, this would provide deeper feedback from the core; 1 month ago
FnePeer.cs maybe, just maybe if I were a better engineer I would have caught this (probably months ago), ignore opcode $00 and $01 (for now) these are the whitelist and blacklist RID sub functions; 1 week ago
FneSystemBase.cs remove this -- this was a bad hacky idea and causes trunked sites to lose their minds; 1 week ago
FneUtils.cs Fix AES wrapped UDP to work properly with dvmfne 2 years ago
LICENSE initial commit; 2 years ago
README.md Merge R04K34 dev into fnecore master (#2) 1 month ago
RtpExtensionHeader.cs treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
RtpFNEHeader.cs treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
RtpHeader.cs treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me); 2 years ago
Udp.cs Fix AES wrapped UDP to work properly with dvmfne 2 years ago
fnecore.csproj added x86 and anyCPU platforms to fnecore so that visual studio stops bitching 11 months ago

README.md

Digital Voice Modem Fixed Network Equipment

This is a library project that implements the basic communications layer for implementing DVM FNE clients (peers).

License

This project is licensed under the AGPLv3 License - see the LICENSE file for details. Use of this project is intended, for amateur and/or educational use ONLY. Any other use is at the risk of user and all commercial purposes is strictly discouraged.

Powered by TurnKey Linux.