4
I Use This!
Inactive

News

Analyzed 2 days ago. based on code collected 4 days ago.
Posted about 7 years ago by yallie
Hello Jens, I've created a Github organization for Zyan and its related projects: https://github.com/zyanfx The repository is already transferred there with the complete development history. Assuming that https://github.com/guehmann is your ... [More] Github account, I took the liberty to invite you to the organization. Hope with Github I'll be able to answer email questions just in time. Regards, Alexey [Less]
Posted over 7 years ago by yallie
[en] Preparing the Github import. Renamed branches to old_branches.
Posted over 7 years ago by yallie
[en] Fixed the remote subscription counter mismatch issue.
Posted over 7 years ago by guehmann
Hi Alexey, sorry for my late answer, You are there, thats great. We did a lot of work with Zyan on Ubuntu and Ubuntu/Debian on Raspberry. I'll tell you in another thread.
Posted over 7 years ago by yallie
Hello Jens, sorry for my late reply! Codeplex doesn't send notifications about new discussions nowadays, what a shame. I'm considering transferring the whole project to Github along with the documentation, etc. Anyway glad to hear you figured ... [More] it out, and thanks for letting me know. Never tried myself running Zyan on Raspberry Pi, would be awesome if you share your experience. I'd be very grateful if you drop a small post about your project here: Projects using Zyan Framework Thanks for getting in touch! Regards, Alexey [Less]
Posted over 7 years ago by guehmann
Hi, solved it by myself. Didn't know it's so easy with MonoDevelop and Nuget Package to get it to fly. Thanks anyway. Best Jens.
Posted over 7 years ago by guehmann
Hi Yallie, time ago you helped me with my windows project. I have some programs running over 10 month constantly without any break with your assembly. Very good. Now I have another question. I have a windows application communicating with each ... [More] other. A programm called Dispatcher and time tracking terminal application as client. The applications should communicate with each other. Dispatcher should send query request to the client(s), client(s) should send data to the dispatcher, booking times. This is implemented in a WPF application on Windows workstation with no problem. Now i want to transfer the "Time Booking Client" to a Linux (ubuntu) or Raspberry Pi2/3 with Ubuntu. Read you have some project with mono, etc. Do you have some experience with developing on Linux with Mono, Xamarin and installing the application on a Raspberry? Thanks much in advance. Best Jens. [Less]
Posted over 7 years ago by yallie
Hello Mark, yes, you can return Success = true or use the built-in NullAuthenticationProvider class. Or, just pass null instead of the authentication provider instance, it's all the same. Regards, Alex
Posted over 7 years ago by MarkSulkowski
If I wanted to have a client and server communicate through an encrypted channel (the Zyan components are created with the encryption flag set to true), but didn't care about authentication, would it be enough to use the following line of code in the ... [More] Authenticate method to simply force a successful authentication? return new AuthResponseMessage() { Success = true }; Is there a need to return anything else in that object? [Less]
Posted over 7 years ago by yallie
GenuineChannels are now MIT-licensed and open-source:https://github.com/dbelikov/GenuineChannelsPress release archived from [theserverside.com](http://www.theserverside.com/news/thread.tss?thread_id=34741): >GenuineChannels.com announced version ... [More] 2.5 of its complete .NET remoting package for clients behind NAT, Firewall, and proxy; guaranteed call timeout; and other conditions with unstable communications. With Genuine Channels, clients can detect whether the server was restarted; receive better options while hosting; and get compression, encryption, and SSPI support, as well as simplified event development and IP multicasting support. >Besides offering steady connections in any environment thanks to configurable reconnect feature, Genuine Channels support communication with clients located behind firewalls, NAT and proxy servers (including those requiring authorization). Data encryption managed by security sessions and data compression without installing sinks provide for both easier coding and fast and secure client-server communication. According to multiple reports by developers using Genuine Channels, guaranteed call timeout, thread operations outside thread pool limits as well as detailed logging and debugging information and many other handy features allow for building much more reliable software while decreasing overall development time about 30 to 50 per cent! >Genuine Channels is intended mainly for .NET developers who would like to save time by utilizing much improved .NET channels when developing client-server solutions. Much care is taken about reliable server side performance, which to mention, can operate outside IIS. This includes predictable and customizable invocation times, automatic connection re-establishing, decreased bandwidth with several messages sent in one packet via GHTTP channels and reduced server loads thanks to IP multicast feature. Genuine Channels broadcast engine allows for advanced events management in distributed applications, while built-in GUI-render engine allows for displaying network usage stats in real time >For more information, visit [The GenuineChannels Website](http://www.genuinechannels.com/). [Less]