Exemple #1
0
        public static void Main(string[] args)
        {
            SodiumCore.Init();

            /*
             * var port = 57120;
             *
             * if (args.Length > 0)
             * {
             *  int argPort;
             *  if (int.TryParse(args[0], out argPort))
             *      port = argPort;
             * }
             *
             * var udpClient = new UdpClient(port);
             */


            GenerateNodeKeys();
            Console.ReadLine();
        }