Commit Graph

  • 28986eaff5 Post-merge sseclient compile for release package Heath Volmer 2017-08-30 08:42:52 -05:00
  • 66894374d2 Merge remote-tracking branch 'origin/feature/sseclient' Heath Volmer 2017-08-30 08:38:25 -05:00
  • 5d16a6a65f ? Heath Volmer 2017-08-16 14:16:45 -06:00
  • 44c9bcb788 Minor updates to SseClient class Neil Dorin 2017-08-14 10:08:03 -06:00
  • b4469a00f1 Merge pull request #7 in PEC/pepperdash-simplsharp-core from feature/sseclient to master Heath Volmer 2017-08-09 16:35:56 -04:00
  • 57af2aebb4 Merge branch 'JTA_Changes' of http://code.pepperdash.net/scm/pec/pepperdash-simplsharp-core into JTA_Changes JTA 2017-07-30 14:36:40 -04:00
  • 632b2ea3b4 Adds method SetPathPrefix to JSON SiMPL Child Onject Reinstated the default from proces%type%Path mehods. If no path no change propegates. JTA 2017-07-30 14:34:51 -04:00
  • 208e236308 Updates to GenericHttpSseClient class to implement new iCommunicationReceiver interface Neil Dorin 2017-06-15 10:30:21 -06:00
  • f8e3c0f8c5 - Added GenericHttpSseClient for use with Node Server Neil Dorin 2017-06-08 15:58:25 -06:00
  • 5e7c7771a3 Revert "Removes the default from proces%type%Path mehods. If no path no change." JTA 2017-06-06 17:58:03 -04:00
  • 6bc656f7bf Removes the default from proces%type%Path mehods. If no path no change. JTA 2017-06-06 17:57:17 -04:00
  • c206e4450a Removes the default form proces%type%Path mehods. If no path no change JTA 2017-06-06 17:57:17 -04:00
  • 5c66579ab8 Adds method setDebugLevel(int level) to JsonToSimplFileMaster JTA 2017-06-05 09:41:17 -04:00
  • 72d7ea338a Sets all unnessecery Debug.console messages in JsonTosimpl classes to level 1 Warnings and errors remain at level 0 JTA 2017-06-05 09:35:51 -04:00
  • 9a597ee1e0 Added ICommunicationReceiver Interface Heath Volmer 2017-06-02 10:50:39 -06:00
  • 2d3fb963fa Changed Releases folder to CLZ Builds Heath Volmer 2017-05-10 10:31:46 -06:00
  • bb43af25be + .gitignore; changed name of Debug folder to Logging Heath Volmer 2017-05-10 09:27:14 -06:00
  • 70685d05b1 Fixed too-long console command help text Heath Volmer 2017-04-28 11:14:07 -06:00
  • e47748a184 Changed most debugging to add log ability. Program will not run. Type load exception Heath Volmer 2017-04-27 15:21:08 -06:00
  • f6490feb35 Gather debug output fix Heath Volmer 2017-03-21 13:10:22 -06:00
  • 0788deec6b Change to TCP properties defaults Heath Volmer 2017-03-21 13:03:42 -06:00
  • 9a15ea3d4a Compile after addSecureTCP pull Heath Volmer 2017-03-19 20:17:27 -06:00
  • aa424076ed Merge branch 'origin/feature/AddSecureTCP' of http://code.pepperdash.net/scm/pec/pepperdash-simplsharp-core into origin/feature/AddSecureTCP Joshua Gutenplan 2017-03-18 17:16:54 -07:00
  • 1ab627ec3a Changes for pull request: Changed .sln file so that it opens in VS2008 instead of 2015 old file marked old. Two changes to auto reconnect on TCPclient. Line 259 if not disconnect called by user. Line 317 add AutoReconnect to the If statement. Added 3 new class files: GenericSecureTcpIpClient, GenericSecureTcpIpServer, and GenericTcpIpServer. Lastly, I updated the name of the EventArgs.cs to be generic, and added the new class event args to that file. Joshua Gutenplan 2017-03-18 17:03:49 -07:00
  • de4801c123 Changes for pull request: two changes to auto reconnect on TCPclient. Line 259 if not disconnect called by user. and Line 317 add AutoReconnect to the If statement. Added 3 new class files. GenericSecureTcpIpClient, GenericSecureTcpIpServer, and GenericTcpIpServer. Lastly, I updated the name of the EventArgs.cs to be generic, and added the new class event args to that file. Joshua Gutenplan 2017-03-18 17:03:49 -07:00
  • 31d0d1222a Just removed the commented out parts fromt the event args.cs before updating. Joshua Gutenplan 2017-03-18 10:15:01 -07:00
  • 6caff913ca Removed old work, this would be commit with just updates to TCP Client, and EventArgs.cs. After this adding back in classes for secure client and secure and unsecure server classes after this commit. Using the tested separated classes that were created for a project as dynamic modules. Joshua Gutenplan 2017-03-18 10:14:03 -07:00
  • 45049e415c Updated the TCP client and removed the Dynamic clients. Will be adjusting the GenericSecure client after I finish testing. Also will add server classes Joshua Gutenplan 2017-03-17 20:26:06 -07:00
  • e28d1eaf5c testing dynamic tcp server and secure tcp client, still need to finish testing and comment Joshua Gutenplan 2017-03-16 18:48:15 -07:00
  • ab2d0a1197 Updated dynamic server class as I created simpl+ module Joshua Gutenplan 2017-03-15 15:31:51 -07:00
  • cc7dc18b14 Completed lib for Dynamic TCP server, need to comment, build SImpl+, and test Joshua Gutenplan 2017-03-15 00:12:45 -07:00
  • 173cdfe7bd Working on Dynamic Server. Also updated the Generic Socket event args class to be just event args class and contain other event args as well. Should not affect anything as I did not change the name of the event args class defined, just changed the file name to show that it has multiple EventArgs definitions. Joshua Gutenplan 2017-03-14 18:26:13 -07:00
  • 2a39aad14a updated secure TCP stuff to have the PepperDash.Core namespace Joshua Gutenplan 2017-03-13 18:30:23 -07:00
  • ac1166b0f8 Started class for server, but did not get far yet Joshua Gutenplan 2017-03-13 17:53:20 -07:00
  • 1227038b55 Updated secure client, I think this is the final version for the Secure Client, will be adding the server from Pro next. Joshua Gutenplan 2017-03-10 19:12:52 -08:00
  • 408f58bf71 Secure TCP client added, having one issue where the client is not connecting on initial connect call. Second call makes the connection. I think the nonsecure tcp client is working this way too, but need to verify Joshua Gutenplan 2017-03-10 00:59:51 -08:00
  • 721275ee2c WebAPI: Added LookupSuccess to user and preset event args to trigger found/not-found pulses in Simpl Heath Volmer 2017-02-27 12:13:23 -07:00
  • f154afb885 Working through little details on ecs-213 Heath Volmer 2017-02-21 16:33:09 -07:00
  • 0e27ef3f9c Moved in eControlMethods and a portion of ControlPropertiesConfig from Essentials Heath Volmer 2017-02-15 16:32:36 -07:00
  • 402b49b4f5 Recompile Heath Volmer 2017-02-13 14:06:28 -07:00
  • 309d6df98e Web API, changed loading of default to happen when no preset is received - to allow proper structure from previously-loaded preset to be overwritten Heath Volmer 2017-02-13 14:02:11 -07:00
  • 29346bae8f Mods to web api for https Heath Volmer 2017-01-11 16:54:59 -07:00
  • e9f4917c55 Minor changes to client and gather in response to wharton/portalsync debugging Heath Volmer 2017-01-06 13:39:53 -07:00
  • 5fb4150d21 Changes to GenericTcpIpClient to accomodate S+ wrapper; Moved Web API and JsonToSimpl in Heath Volmer 2017-01-04 14:50:18 -07:00
  • 755010251f Merge pull request #4 in PEC/pepperdash-simplsharp-core from feature/debugContexts to master Heath Volmer 2016-12-07 16:29:18 -05:00
  • d6acc33ad0 Working on debug contexts Heath Volmer 2016-12-07 14:24:12 -07:00
  • 06eb63f521 Merge pull request #3 in PEC/pepperdash-simplsharp-core from bugfix/debugLoad20161207 to master Heath Volmer 2016-12-07 14:03:30 -05:00
  • 4372424ba8 Fixed failure in Debug.LoadMemory where a null Contexts could be created from an empty file Heath Volmer 2016-12-07 11:55:33 -07:00
  • d90381c695 Merge pull request #2 in PEC/pepperdash-simplsharp-core from bugfix/fix-ssh-20161205 to master Heath Volmer 2016-12-07 10:02:38 -05:00
  • 422947559e Removed handler for stream error Heath Volmer 2016-12-06 16:15:57 -07:00
  • 15cd23a857 Ssh Connect() now spins up new clients. Seems to be helping deal with connection failures Heath Volmer 2016-12-06 16:02:49 -07:00
  • d7613d2f52 Trying and failing lots of things to fix SshClient. About to try making and destroying the entire client Heath Volmer 2016-12-06 15:41:49 -07:00
  • d1ce18fb64 Hunting down program crash when network cable is pulled from server. Client.ErrorOccurred is not catching this Heath Volmer 2016-12-06 09:50:22 -07:00
  • 5abfa9143c Working through elusive disconnect bugs on SSH, with Amazon on CP3N Heath Volmer 2016-12-05 20:33:14 -07:00
  • ad0140b6a3 Merge pull request #1 in PEC/pepperdash-simplsharp-core from feature/changeSaveMethod to master Heath Volmer 2016-11-28 16:12:12 -05:00
  • 4e9f7474a1 Changed debug class to write to file rather than use datastore Heath Volmer 2016-11-28 14:07:53 -07:00
  • 783ca522ef Silenced GenericTcpIpClient debug messages on send text/bytes Heath Volmer 2016-11-15 12:57:12 -07:00
  • c92c2e6df4 Touch-ups on autoreconnect Heath Volmer 2016-11-10 12:26:45 -07:00
  • 9553dac99c Added debug messages to GenericTcpIpClient constructor Heath Volmer 2016-10-18 12:37:46 -06:00
  • 7137563e96 Changes to unify GenericTcpClient and GenericSshClient under ISocketStatus Heath Volmer 2016-09-27 17:30:41 -06:00
  • 69802c8bc5 Adding status enum to Clients; Added interface for these statuses Heath Volmer 2016-09-26 14:46:50 -06:00
  • a99a69b4bb Added Stop() method to Gather to allow the gather to be shut down Heath Volmer 2016-09-26 08:36:08 -06:00
  • d5970f76ce Working through connect/disconnect details Heath Volmer 2016-09-23 10:44:21 -06:00
  • 8aa9f130cd GenericSshClient changes for S+ module Heath Volmer 2016-09-22 21:57:21 -06:00
  • 0c72e68cc0 Multiple character gather on CommunicationGather Heath Volmer 2016-09-20 15:07:36 -06:00
  • 13482269a7 Added dll and clz to commits Heath Volmer 2016-09-12 14:44:39 -06:00
  • 71d1b43fc9 Fixed undesirable auto-reconnect behavior when manually disconnecting Heath Volmer 2016-09-12 14:42:53 -06:00
  • c1e60134cc Removed S+ event args because S+ blows goats Heath Volmer 2016-09-02 16:25:10 -06:00
  • f46f305c2b Added S+ event args classes Heath Volmer 2016-09-02 11:20:34 -06:00
  • 364d70d97d Added S+ SplusGenericTcpIpClientWithGather helper class Heath Volmer 2016-08-15 13:55:25 -06:00
  • a18fc08e9e Moved CommunicationGather class in Heath Volmer 2016-08-15 13:49:41 -06:00
  • 7a564bb8de SSH fixes and config changes Heath Volmer 2016-08-05 08:10:51 -06:00
  • 0f0b61afa2 Working through ssh disconnect / leak problems Heath Volmer 2016-08-04 13:14:32 -06:00
  • cb5d36de51 Post Cp3N and Mac server testing, with disco testing on mac server Heath Volmer 2016-08-03 16:43:02 -06:00
  • 433b4eba81 Moving in ssh client Heath Volmer 2016-08-03 15:30:48 -06:00
  • 1ee963afe7 Fixed problems with Debug, and protected some SSP-only things from running in Simpl Heath Volmer 2016-06-17 12:29:09 -06:00
  • 84ef279167 Move-ins from essentials core Heath Volmer 2016-06-16 14:46:29 -06:00
  • 11791460c8 File changes Heath Volmer 2016-06-15 15:30:06 -06:00
  • 3199302dae Initial. Moving certain classes out of Essentials Base Heath Volmer 2016-06-15 10:05:41 -06:00