[Mono-dev] Mono on Embedded Platform

2014-11-20 Thread techi eth
Hey, I am very new to mono. I am looking forward to use this great platform over Linux on ARM target. I have following point to check before start. 1) 1) How can I achieve small footprint from mono. I have followed the below link but it produces install directory which is more than 100

Re: [Mono-dev] Mono on Embedded Platform

2014-11-23 Thread techi eth
, the configuration files (if any) and the DLLs that you need to use. Which should be some 4 megs or so. As for features to disable in the VM, you need to be careful, but the configure command takes a set of parameters for features you can remove. On Fri, Nov 21, 2014 at 2:05 AM, techi eth techi

Re: [Mono-dev] Mono on Embedded Platform

2014-11-24 Thread techi eth
can use. On Mon, Nov 24, 2014 at 9:27 PM, Jonathan Pryor jonpr...@vt.edu wrote: On Nov 23, 2014, at 11:45 PM, techi eth techi...@gmail.com wrote: I would be happy if I will get all running under 10 MB.I have listed approx size of few essential. I am not sure how to reduce get size under 10

[Mono-dev] Mono Posix helper exception

2014-11-25 Thread techi eth
Hi, I have found one exception when running test to access serial port on Linux .Can anyone suggest what is missing.I have copied test O/P below. Note : I am having libMonoPosixHelper.so under library path. -- #mono --config config serial.exe Enter

Re: [Mono-dev] Mono Posix helper exception

2014-11-25 Thread techi eth
libMonoPosixHelper.so On Tue, Nov 25, 2014 at 2:50 PM, Rafael Teixeira mono...@gmail.com wrote: You didn't install the native libmonoposixhelper.so library needed to use that functionality :( On Tue, Nov 25, 2014, 07:13 techi eth techi...@gmail.com wrote: Hi, I have found one exception

Re: [Mono-dev] Mono Posix helper exception

2014-11-25 Thread techi eth
.* *Is this will create issue ?* On Tue, Nov 25, 2014 at 9:49 AM, Rafael Teixeira mono...@gmail.com wrote: Turn Mono's tracing on to see where it is trying to find the lib. Also are you sure the library matches the architecture? ARM/Intel, 32/64 bits, etc. On Tue, Nov 25, 2014, 07:29 techi eth techi

[Mono-dev] Mono Debugging Testing

2014-12-01 Thread techi eth
I have C# application running under Mono with Linux on ARM Target. I would like to know how to do following on target. 1) Debugging Mono application code on target. (Ex : Using gdb server/client) 2) How to take stack trace. (Ex : Using core dump in Linux to get stack trace after

[Mono-dev] Serial port limitation

2014-12-03 Thread techi eth
Hi, Is the limitation mentioned under below link for accessing serial ports is still valid. http://www.mono-project.com/archived/howtosystemioports/ Thanks Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] Fwd: Mono Debugging Testing

2014-12-03 Thread techi eth
I have found link which is useful on below topics. http://www.mono-project.com/docs/debug+profile/debug/ Please let me know if any other info available. Thanks Techi -- Forwarded message -- From: techi eth techi...@gmail.com Date: Mon, Dec 1, 2014 at 4:24 PM Subject: Mono

Re: [Mono-dev] Serial Port Reading

2014-12-08 Thread techi eth
: https://github.com/mono/mono/blob/master/mcs/class/System/System.IO.Ports/SerialPort.cs -- Ivo techi eth schreef op 8-12-2014 11:24: Hi, I have bit struggle to get reading over Serial port with Mono on Linux. As of now I could not able to get Event working. Do anyone have successfully

Re: [Mono-dev] Serial Port Reading

2014-12-11 Thread techi eth
to hear. Spyros Sakellariadis MS Open Technologies, Inc. Office +1(425) 707-7623 callto:+14257077623 - Mobile +1(425) 444-1884 callto:+14254441884 /ss *From:* mono-devel-list-boun...@lists.ximian.com [mailto: mono-devel-list-boun...@lists.ximian.com] *On Behalf Of *techi eth

[Mono-dev] wifi network access

2014-12-15 Thread techi eth
Hi, Please let me know how can i access wifi network data using mono on Linux. On windows i can fond library provide api interface to do the same. http://msdn.microsoft.com/en-us/library/ms706556(v=vs.85).aspx Thanks ___ Mono-devel-list mailing list

[Mono-dev] Managed/Unmanaged code debugging

2015-01-12 Thread techi eth
Hi, Can anyone suggest me how i can debug unmanned/managed code together using mono develop ? I have used mono-soft-debugger successfully debug managed code locally remotely. *Techi* ___ Mono-devel-list mailing list

[Mono-dev] crash at mono_class_vtable

2015-02-25 Thread techi eth
Hi All, I am getting one exception when running IPhone application using mono. Please find below stack trace. Assertion at mini.c:6289, condition `vtable' not met Stacktrace: at unknown 0x at IPhone.MainService..ctor () 0x000ab at (wrapper runtime-invoke)

[Mono-dev] WebSocket Support in Mono

2015-04-27 Thread techi eth
Hi, Is mono is supporting Websocket ? When I look Web socket handling in HttpListnerRequest in .Net4.5 implementation in mono it is always returning False.(Flag : IsWebSocketRequest) Thanks ___ Mono-devel-list mailing list

Re: [Mono-dev] WebSocket Support in Mono

2015-05-05 Thread techi eth
...@xamarin.com wrote: Have you looked at WebSocket/ClientWebSocket in the System.Net.WebSocket namespace? Alternatively, for a chat app that we recently built, we used: https://supersocket.codeplex.com/ Which comes with a nice WebSocket stack. On Tue, Apr 28, 2015 at 12:05 AM, techi eth techi

Re: [Mono-dev] WebSocket Support in Mono

2015-05-08 Thread techi eth
for SOCKS not for Windows Authentication which would put a dependency on Samba On Wed, May 6, 2015, 02:07 techi eth techi...@gmail.com wrote: Thanks for input. I am just trying that code. I facing the issue when setting up proxy (error : Proxy Authentication required). Could you please give me

[Mono-dev] ECDSA support

2015-05-11 Thread techi eth
Is mono support ciphers ECDSA ? Mono 4.0.0 release show some handling of same under mono-4.0.0/external/referencesource/System.Core/System/Security/Cryptography. Please let me know how to use the same in build. ___ Mono-devel-list mailing list

[Mono-dev] Monodevelop mono version

2015-05-19 Thread techi eth
Hi, Is their any compatibility matrix for monodevelop mono version on ubuntu 14.04 ? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Monodevelop mono version (Mono-devel-list Digest, Vol 121, Issue 17)

2015-05-20 Thread techi eth
, 2015 at 6:10 PM, Jo Shields direct...@apebox.org wrote: On 20/05/15 06:02, techi eth wrote: Hi, Is their any compatibility matrix for monodevelop mono version on ubuntu 14.04 ? What do you have in mind? ___ Mono-devel-list mailing list

[Mono-dev] Is operator behavior with mono version

2015-05-25 Thread techi eth
Hi, I am facing one problem while using 'is' operator with mono.When i run my test with mono version(2.10.8) it works fine but when i run with mono (3.2.8) it caught under infinite loop. I have attached my sample programme for reference.When i run same programme with VisulStudio (2013) it works

[Mono-dev] Obfuscate dll with mono

2015-07-17 Thread techi eth
Hi, How can i do dll obfuscate with mono on linux ? Regards, Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Newtonsoft.Json build in mono

2015-10-07 Thread techi eth
Hi, How do i get Newtonsoft.Json get build out of mono/external source folder on Linux. Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] State of TLS, SslStream and HttpWebRequest support in Mono

2015-08-27 Thread techi eth
Hi, Is that support handling ECDHE-ECDSA algorithm ? Techi On Thu, Aug 27, 2015 at 9:36 PM, Miguel de Icaza mig...@xamarin.com wrote: Hello team, I have posted an update on our TLS and networking stack efforts: http://tirania.org/blog/archive/2015/Aug-27.html Miguel

[Mono-dev] Posix message queue

2015-08-24 Thread techi eth
Hi, Is Posix message queue IPC in linux is supported by Mono? Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] State of TLS, SslStream and HttpWebRequest support in Mono

2015-08-31 Thread techi eth
crypto coming from >> > BouncyCastle) >> > >> > The other options (ModernHttpClient, CFNetworkHandler) already support >> it, >> > because it is the OS that has the support. >> > >> > Miguel. >> > >> > On Fri, Aug 28,

[Mono-dev] Accessing wifi by mono

2015-09-15 Thread techi eth
Hi, What is the way to access wifi under Linux by using Mono ? Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Loader Optimization with mono

2016-06-07 Thread techi eth
imization. > > On Thu, Jun 2, 2016 at 5:59 AM, techi eth <techi...@gmail.com> wrote: > >> Does [LoaderOptimization(LoaderOptimization.MultiDomainHost)] work as >> desired on mono? >> >> I am using Mono 4.2 version on ubuntu to test. >> &

[Mono-dev] Loader Optimization with mono

2016-06-02 Thread techi eth
Does [LoaderOptimization(LoaderOptimization.MultiDomainHost)] work as desired on mono? I am using Mono 4.2 version on ubuntu to test. I had following observation 1. Exe with this attribute and without this attribute take same memory. Even I had check shared memory also is same and

[Mono-dev] Unix Signal with mono

2016-01-17 Thread techi eth
Hi, How can i use Unix signal while using mono ? Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Profiler on ARM

2016-02-08 Thread techi eth
Hi, I am trying to run mono profiler on ARM target.I am always getting below error. "The 'log' profiler wasn't found in the main executable nor could it be loaded from 'mono-profiler-log'" Is that work on ARM target ? Do i need to use any build option to enable profiler ? Thanks

Re: [Mono-dev] Unix Signal in mono

2016-02-29 Thread techi eth
1:11 PM, Miguel de Icaza <mig...@xamarin.com> wrote: > You call the "signal" API. > > Mono wraps that conveniently for you in the Mono.Posix assembly: > > Mono.Unix.Native.Stdlib.signal > > > Miguel > > On Mon, Feb 29, 2016 at 7:45 AM, techi eth <

[Mono-dev] Unix Signal in mono

2016-02-29 Thread techi eth
Hi, What is the way by which one process can send Unix Signal to another process. Thanks Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Renew DHCP based IP address

2016-03-01 Thread techi eth
the changed IP address. i hope i able to clarify my issue. Thanks On Tue, Mar 1, 2016 at 5:31 PM, Miguel de Icaza <mig...@xamarin.com> wrote: > No > > On Tue, Mar 1, 2016 at 8:33 AM, techi eth <techi...@gmail.com> wrote: > >> Hi, >> >> Is it possible to re

[Mono-dev] Renew DHCP based IP address

2016-03-01 Thread techi eth
Hi, Is it possible to renew DHCP based IP address using System.Net. Techi ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Unix Signal in mono

2016-03-01 Thread techi eth
Thanks. I am able to use signal between process!!! On Mon, Feb 29, 2016 at 9:33 PM, Jonathan Pryor <jonpr...@vt.edu> wrote: > On Feb 29, 2016, at 8:18 AM, techi eth <techi...@gmail.com> wrote: > > Thanks for quick hint. > > We can receive signal by

[Mono-dev] Mono.Unix.UnixIOException: Broken pipe [EPIPE].

2016-04-15 Thread techi eth
Hi, I am getting one exception when using mono zeroconf.Can any one give me hint what could be wrong. --- Unhandled Exception: Mono.Unix.UnixIOException: Broken pipe [EPIPE]. at NDesk.DBus.Bus.Register () <0xb353fe38 + 0x00060> in :0 at NDesk.DBus.Bus..ctor