11 Commits (305db64cf26b223736863f3ac4a268c1f25eebaa)

Author SHA1 Message Date
Bryan Biedenkapp f93697674a 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
Bryan Biedenkapp f87ae8eb9f implement a FneUtils HEX2BIN and BIN2HEX for working with hex-bit datasets; port Golay24128 from C++; fix copyright header for ReedSolomonDecoder; define frame types for P25 and VHDR data lengths;
2 years ago
Bryan Biedenkapp 8cf9d6135c implement Reed-Solomon decoding;
2 years ago
Bryan Biedenkapp 7a25ecfd77 completely forgot that C# has no support for octal notation when dealing with numbers, so because of that, all of the RS encoding tables were wrong;
2 years ago
Bryan Biedenkapp 7a698076ed implement RS encoding;
2 years ago
Bryan Biedenkapp 328e6a2eac well thats embarrassing -- these checks weren't really matching what the C equivalent assert() was doing;
2 years ago
Bryan Biedenkapp 925598536e implement PDUAssembler to build complete PDU data from FNE traffic;
2 years ago
Bryan Biedenkapp 900a43b932 add support code to assemble P25 PDU data headers and blocks;
2 years ago
Bryan Biedenkapp 4ae905cd26 ensure arrays are statically sized properly;
2 years ago
Bryan Biedenkapp ee642ea831 port Trellis class from dvmhost to fnecore;
2 years ago
Bryan Biedenkapp 1744e123b4 initial commit;
2 years ago

Powered by TurnKey Linux.