[exe файлы] (https://github.com/TrueGuy/cdma_example_sharp/raw/master/cdma_bin.zip)
cdma_bstation.cs (derived from cdma_client) - encodes data with CDMA algorithm and sends to cdma_accumulator
cdma_accumulator.cs (derived from cdma_server) - gets data from cdma_bstation's and sums them, then sends summed data to cdma_receivers
cdma_receiver.cs (derived from cdma_client) - receives summed data and extracts it's data from summed (cdma_accumulated)
cdma_helpers.cs - binary conversion functions, configuration and other
cdma_sockets.cs - cdma_client and cdma_server
Used resources:
CDMA
Walsh function