From owner-freebsd-hackers@freebsd.org Thu Jan 21 16:38:09 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD5C9A8C375; Thu, 21 Jan 2016 16:38:09 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83C351E5F; Thu, 21 Jan 2016 16:38:09 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-ob0-x22b.google.com with SMTP id yo10so14306299obb.2; Thu, 21 Jan 2016 08:38:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=KEd0q7kthVeO5mA8L9gFLv/ZlIdjHpNMSzgp+kxr4j8=; b=NhOt8Lx32rFQkRr4TOZVSAWY5BVfW5p4nGSg4kUPbXgHljhAIZi8WPCaJ4P1RY2LON +91P0CuxFVJuUhmO5MLFMlaBGp2QbmPQ0STvlcNmZFaLWk354o1bGlrEshPb6omLRV79 8hPCUerOfASZvnNfJ2LAwuzEgbkljCT+rmY8uwNmujEupGzYkKiT0KzpGQaTs6+SHRgu i4bKEP/SRk1gjl4QbXdmXtIKdu1IfzoQWehFeLsSx/dp/iyzsIeX2awyCa7jqLVz5DBU fuctmMa/Z5s4VYxI0HautFtu9hX+cnzgqAE1sqZbp7Ul1WHSDVNGZyFkOaJmOynpsEYa B/rQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=KEd0q7kthVeO5mA8L9gFLv/ZlIdjHpNMSzgp+kxr4j8=; b=O/y4rJn/cM0W+toPKy8ho+rLMyelKjL/Pc1RV2GB0Q6QzL48D4nYodRdEjQcpu0zFc MCqQAjFNcO1XfdqQv/AaYICj8sZ2ggqP2RWSu3szZbx4Z5L23ueUo2a8NZ0+mISgH6aL TtEzIWcF+XDLfO3uWA81OGOpYPw480EiEE1IRwGmpVCwzgEYwSdyc7GKEGOc+EdwbBfQ 4LhgNgb6OcRRbb8WjYQY/WnseQIYRQDti1X69E5jYw0+Pywjwt99na+nsXyg8okezchS Ccv9PUY1ZsM8WddbSb1ieJhALmZbE7WbGz0DWXvBGSzTndcs+P2zO6/o3zz8JxqR6wQK iYDw== X-Gm-Message-State: ALoCoQmudsXj3XrGf/EjS/w5yqEQh48RbIhaaNpwW5r7ShlUoX7Qq85DPOyFTv4IH3J8hahUX7Oex3+zaweuevIu9A0/9Pgo+Q== X-Received: by 10.60.233.103 with SMTP id tv7mr34399696oec.13.1453394288876; Thu, 21 Jan 2016 08:38:08 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:b4e7:9c6b:5d99:23b0? ([2601:601:800:126d:b4e7:9c6b:5d99:23b0]) by smtp.gmail.com with ESMTPSA id z190sm865924oig.25.2016.01.21.08.38.06 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jan 2016 08:38:07 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: IoT OS From: NGie Cooper X-Mailer: iPhone Mail (13C75) In-Reply-To: <56A10892.2090308@rlwinm.de> Date: Thu, 21 Jan 2016 08:38:05 -0800 Cc: freebsd-current@freebsd.org, freebsd-hackers@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <56A10892.2090308@rlwinm.de> To: Jan Bramkamp X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 16:38:09 -0000 > On Jan 21, 2016, at 08:34, Jan Bramkamp wrote: >=20 >> On 21/01/16 17:19, Mathieu Prevot wrote: >> Dear all, >>=20 >> I would like to connect several connected object (with homogeneous or >> heterogenous hardare: intel edison, samsung artik, apple AX, intel core,= >> etc) so the calculation needs, the storage/memory, the connection, etc ar= e >> decoupled; hence we can reach an ecosystem with several clouds. >>=20 >> How do you recommend to reach that ? from the kernel, a module, or >> eventually a software ? >=20 > Your message contains neither enough information nor a precise enough ques= tion for anyone to provide you a helpful answer. >=20 > Please describe your problem in sufficient detail and reformulate your que= stion. If you still think these mailing lists (current@ and hackers@) are a g= ood audience for your question afterward ask them again. It depends on your workload and hardware requirements (there isn't a simple a= nswer to your question because you didn't describe what you needed with conc= rete requirements). I would talk to cem@. He's working on ioat(4) on head for us ($work). Thanks, -NGie=