From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Re: Communicating with the domU from dom0 without Network Date: Tue, 08 Aug 2006 19:59:48 +0100 Message-ID: <1155063588.5812.2.camel@insmouth> References: <20060808144545.GA6025@lxlabs.com> <20060808181536.GA9793@lxlabs.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060808181536.GA9793@lxlabs.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ligesh Cc: muli@il.ibm.com, xen-devel@lists.xensource.com, Michael LeMay List-Id: xen-devel@lists.xenproject.org On Tue, 2006-08-08 at 23:45 +0530, Ligesh wrote: > You have to build a network stack over serial port where every packet > has a header with the destination port. You can simulate the entire > tcp/ip stack over the serial port, but this is again a non-trivial effort. SLIP and PPP both do this perfectly well and have done for many years. Ian.