A Low-Cost Full-Featured Extensible Laboratory for Online Hardware Engineering

Total Page:16

File Type:pdf, Size:1020Kb

A Low-Cost Full-Featured Extensible Laboratory for Online Hardware Engineering PAPER A LOW-COST FULL-FEATURED EXTENSIBLE LABORATORY FOR ONLINE HARDWARE ENGINEERING A Low-Cost Full-Featured Extensible Laboratory For Online Hardware Engineering http://dx.doi.org/10.3991/ijoe.v10i3.3517 T.R. Pearson Raptor Engineering, Belvidere, United States Abstract—This paper describes the uLab, a new method and In contrast to many of the remote laboratories currently framework for remote hardware design laboratories, which in existence, the uLab places strong emphasis on direct, uses Linux and FOSS to provide real-time design and debug long-duration access to real, physical hardware for non- services to students over standard RDP channels. A secure, trivial design and evaluation tasks. In addition, most of the encrypted, plugin-based remote laboratory framework al- existing laboratories offering access to real, physical lows customization of programming and debug/test services hardware, such as MIT's iLab[1] or the VISIR sys- to match physical laboratory resources. Industry standard tem[2][3], require expensive, proprietary software pack- technologies such as LDAP and Kerberos are utilized to ages, such as LabView, in order to function. By contrast, ensure scalability, security, and ease of management. Em- the new uLab laboratory system, which derives its name phasis is placed on direct access to real hardware, with the from the goal of providing a “Universal Laboratory,” is normal array of simulation tools and design software also not only open-source itself, but also is built entirely upon being provided. In contrast with many of the remote labora- open-source software and, where possible, open hardware. tories currently in existence, this system places strong em- This frees institutions from the requirement of purchasing phasis on direct, long-duration access to real, physical expensive software licenses for each new hardware work- hardware for non-trivial design and evaluation tasks. In space, and allows them to, instead, focus on providing the order to achieve this goal, secure, network-enabled hard- best possible experience for their students. This character- ware “pods” were created from inexpensive COTS compo- istic also enables institutions to modify the uLab system to nents, and a blend of new and existing open-source software meet their particular needs rather than adjusting their cur- was used to connect with the overall laboratory framework. riculum to work around any limitations present in existing, Hardware-design software and tools, including the software closed-source software. for physical hardware access, are preloaded and made available within the desktop session, allowing students to log The uLab system is comprised of three main compo- in and start working almost immediately. nents: infrastructure, terminal services, and hardware- access workspaces. The infrastructure component pro- Index Terms—Client-server system, cost effective, engineer- vides relatively mundane but essential services, such as ing education, hardware-access pods, hardware design, Kerberos authentication, to the other two main compo- online engineering, uLab, Universal Laboratory nents; the infrastructure component, therefore, plays a critical role in the provision of a unified laboratory experi- I. INTRODUCTION ence. The terminal services component provides a full- featured remote desktop environment, complete with A typical hardware design laboratory consists of several hardware design and simulation tools, to the end user over workstations and associated hardware in an access- a standard Remote Desktop Protocol (RDP) link. These controlled room with rigidly scheduled laboratory dates terminal services leverage the provided Kerberos infra- and times. This laboratory model inherently presents sev- structure to enable single sign-on functionality across all eral drawbacks. One of the typically overlooked issues uLab components, presenting a more unified environment with this type of laboratory is the low average utilization to the end user. Finally, the hardware-access workspaces ratio; there normally are large portions of each day when component provides the end user with access to real, the laboratory is nearly or completely idle with no student physical hardware. This component also leverages the access permitted. Another drawback is a relatively short Kerberos infrastructure for authentication and encryption window for laboratory sessions, during which the students of both client-server and server-server connections, there- are more focused on completing particular assignments by maintaining the security of all hardware-access com- within the allotted time frame than they are on learning ponents. A diagram illustrating the relationships between vital concepts via semi-structured, hands-on interaction major components in a typical uLab system is shown in with design tools and hardware. Additionally, in many Fig. 1. institutions, there are insufficient resources available to handle simultaneous usage by all students within a partic- II. INFRASTRUCTURE ular laboratory period; this forces multiple students to be assigned to a given workstation and further removes each The infrastructure component is comprised of a Ker- student from hands-on interaction with the design soft- beros realm controller or controllers; a large, central disk ware and physical hardware. Remote laboratories, such as array; networking hardware; a router/firewall; and various the uLab system described in this paper, not only alleviate related services. The Heimdal Kerberos realm controller many of the drawbacks listed above, but also provide ex- utilized in the uLab system uses OpenLDAP as its directo- citing new opportunities for students to interact with the ry backend, while OpenLDAP uses Kerberos as its prima- laboratory hardware in a non-traditional manner. ry authentication system. Due to the high level of difficul- ty involved in manually configuring Heimdal Kerberos, 24 http://www.i-joe.org PAPER A LOW-COST FULL-FEATURED EXTENSIBLE LABORATORY FOR ONLINE HARDWARE ENGINEERING Figure 1. Major components of a generic uLab system OpenLDAP, SASL, and any necessary cryptographic for that IP address from the TFTP server into RAM. After components, new graphical and command line tools were download, the Linux kernel is booted; the kernel then created to provide easier set up and maintenance of the mounts the configured NFS root directory to the local root realm controllers. Central storage is provided by a 500GB directory and allows the node to finish booting via its RAID 1 disk array, which is then exported to the uLab standard System V Init system. servers using the Network File System version 3 (NFS v3) protocol. Several independent internal networks are uti- III. TERMINAL SERVICES lized, with a 1Gbps Ethernet switch handling most non- Unlike most competing remote laboratory solutions, the storage traffic, and a 10Gbps Infiniband switch handling uLab system does not use a Web-based interface for ac- disk array access over NFS v3; these networks are fully cess to any of its services; instead, it provides a traditional, isolated from any external networks, including the Inter- feature-rich, WIMP-based GUI in order to provide an ex- net. Internet service is provided though the use of a perience that is as close to real world as possible. This pfSense router and firewall, which provides appropriately requires a full desktop environment in which the design filtered Internet service to dedicated Ethernet ports on the tools and remote laboratory GUI can be utilized effective- servers though the use of Network Address Translation ly and efficiently. For this reason, terminal services are (NAT). In the current uLab system, a single master server provided to the students over Microsoft's industry- contains the disk array and also provides NFS, Domain standard Remote Desktop Protocol (RDP)[4]. Although Name Service (DNS), Dynamic Host Configuration Pro- normal terminal services over RDP--such as those provid- tocol (DHCP), Trivial File Transfer Protocol (TFTP), ed by Microsoft or the open-source FreeRDP project[5]-- Network Time Protocol (NTP), and MySQL database are not easily scalable due to the fact that each client must services to the entire internal network. connect to a given server, providing additional terminal The terminal servers and workspace servers, the opera- servers to alleviate overcrowding on existing servers tion of which will be detailed below, contain no disks; brings significant challenges in the form of session con- they store their system files on the central disk array and sistency, server management, and active session resump- boot via NFS. This configuration allows servers to be tion after disconnection. easily and quickly replaced in the event of hardware fail- To provide redundancy and scalability to uLab's termi- ure; instead of reinstalling and reconfiguring software, the nal services, the xrdp server from the FreeRDP project MAC address configured in the DHCP server simply is was modified to support the concept of a central forward- updated to reflect the MAC address of the replacement ing server. This forwarding server is responsible for initial hardware. An exception to this rule is found in the work- authentication and selection of an appropriate RDP space servers residing outside the central uLab cluster; backend server; each backend server is then responsible these workspace servers use local disk and/or Flash-based for hosting individual terminal sessions. This architecture storage as appropriate. Each terminal server,
Recommended publications
  • A Freecad Manual
    Table of Contents Introduction 1.1 Discovering FreeCAD 1.2 What is FreeCAD? 1.2.1 Installing 1.2.2 Installing on Windows 1.2.2.1 Installing on Linux 1.2.2.2 Installing on Mac OS 1.2.2.3 Uninstalling 1.2.2.4 Setting basic preferences 1.2.2.5 Installing additional content 1.2.2.6 The FreeCAD interface 1.2.3 Workbenches 1.2.3.1 The interface 1.2.3.2 Customizing the interface 1.2.3.3 Navigating in the 3D view 1.2.4 A word about the 3D space 1.2.4.1 The FreeCAD 3D view 1.2.4.2 Selecting objects 1.2.4.3 The FreeCAD document 1.2.5 Parametric objects 1.2.6 Import and export to other filetypes 1.2.7 Working with FreeCAD 1.3 All workbenches at a glance 1.3.1 Traditional modeling, the CSG way 1.3.2 Traditional 2D drafting 1.3.3 Modeling for product design 1.3.4 Preparing models for 3D printing 1.3.5 Exporting to slicers 1.3.5.1 Converting objects to meshes 1.3.5.2 Using Slic3r 1.3.5.3 2 Using the Cura addon 1.3.5.4 Generating G-code 1.3.5.5 Generating 2D drawings 1.3.6 BIM modeling 1.3.7 Using spreadsheets 1.3.8 Reading properties 1.3.8.1 Writing properties 1.3.8.2 Creating FEM analyses 1.3.9 Creating renderings 1.3.10 Python scripting 1.4 A gentle introduction 1.4.1 Writing Python code 1.4.1.1 Manipulating FreeCAD objects 1.4.1.2 Vectors and Placements 1.4.1.3 Creating and manipulating geometry 1.4.2 Creating parametric objects 1.4.3 Creating interface tools 1.4.4 The community 1.5 3 Introduction A FreeCAD manual Introduction FreeCAD is a free, open-source parametric 3D modeling application.
    [Show full text]
  • Sun Secure Global Desktop 4.41 Release Notes
    Sun Secure Global Desktop 4.41 Release Notes Sun Microsystems, Inc. www.sun.com Part No. 820-4905-12 August 2008, Revision 01 Submit comments about this document at: http://docs.sun.com/app/docs/form/comments Copyright 2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. has intellectual property rights relating to technology that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more of the U.S. patents listed at http://www.sun.com/patents and one or more additional patents or pending patent applications in the U.S. and in other countries. This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation. No part of the product or of this document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and in other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, Java, JavaScript, SunSolve, JavaServer, JSP,JDK, JRE, Sun Ray, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and in other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc.
    [Show full text]
  • Experiences in Using Open Source Software for Teaching Electronic Engineering CAD
    Experiences in Using Open Source Software for Teaching Electronic Engineering CAD Dr Simon Busbridge1 & Dr Deshinder Singh Gill School of Computing, Engineering and Mathematics, University of Brighton, Brighton BN2 4GJ [email protected] Abstract Embedded systems and simulation distinguish modern professional electronic engineering from that learnt at school. First year undergraduates typically have little appreciation of engineering software capabilities and file handling beyond elementary word processing. This year we expedited blended teaching through the experiential based learning process via open source engineering software. Students engaged with the entire electronic engineering product creation process from inception, performance simulation, printed circuit board design, manufacture and assembly, to cabinet design and complete finished product. Currently students learn software skills using a mixture of electronic and mechanical engineering software packages. Although these have professional capability they are not available off-campus and are sometimes surprisingly poor in simulating real world devices. In this paper we report use of LTspice, FreePCB and OpenSCAD for the learning and teaching of analogue electronics simulation and manufacture. Comparison of the software options, the type of tasks undertaken, examples of student assignments and outputs, and learning achieved are presented. Examples of assignment based learning, integration between the open source packages and difficulties encountered are discussed. Evaluation of student attitudes and responses to this method of learning and teaching are also discussed, and the educational advantages of using this approach compared to the use of commercial packages is highlighted. Introduction Most educational establishments use software for simulating or designing engineering. Most commercial packages come with an academic licence which restricts access to on-site computers.
    [Show full text]
  • IDF Exporter IDF Exporter Ii
    IDF Exporter IDF Exporter ii April 27, 2021 IDF Exporter iii Contents 1 Introduction to the IDFv3 exporter 2 2 Specifying component models for use by the exporter 2 3 Creating a component outline file 4 4 Guidelines for creating outlines 6 4.1 Package naming ................................................ 6 4.2 Comments .................................................... 6 4.3 Geometry and Part Number entries ...................................... 7 4.4 Pin orientation and positioning ........................................ 7 4.5 Tips on dimensions ............................................... 8 5 IDF Component Outline Tools 8 5.1 idfcyl ....................................................... 9 5.2 idfrect ...................................................... 10 5.3 dxf2idf ...................................................... 11 6 idf2vrml 12 IDF Exporter 1 / 12 Reference manual Copyright This document is Copyright © 2014-2015 by it’s contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU General Public License (http://www.gnu.org/licenses/gpl.html), version 3 or later, or the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0/), version 3.0 or later. All trademarks within this guide belong to their legitimate owners. Contributors Cirilo Bernardo Feedback Please direct any bug reports, suggestions or new versions to here: • About KiCad document: https://gitlab.com/kicad/services/kicad-doc/issues • About KiCad software: https://gitlab.com/kicad/code/kicad/issues • About KiCad software i18n: https://gitlab.com/kicad/code/kicad-i18n/issues Publication date and software version Published on January 26, 2014. IDF Exporter 2 / 12 1 Introduction to the IDFv3 exporter The IDF exporter exports an IDFv3 1 compliant board (.emn) and library (.emp) file for communicating mechanical dimensions to a mechanical CAD package.
    [Show full text]
  • Collabkit – a Multi-User Multicast Collaboration System Based on VNC
    Humboldt-Universität zu Berlin Institut für Informatik Lehrstuhl für Rechnerorganisation und Kommunikation Diplomarbeit CollabKit – A Multi-User Multicast Collaboration System based on VNC Christian Beier 19. April 2011 Gutachter Prof. Dr. Miroslaw Malek Prof. Dr. Jens-Peter Redlich Betreuer Peter Ibach <[email protected]> Abstract Computer-supported real-time collaboration systems offer functionality to let two or more users work together at the same time, allowing them to jointly create, modify and exchange electronic documents, use applications, and share information location-independently and in real-time. For these reasons, such collaboration systems are often used in professional and academic contexts by teams of knowledge workers located in different places. But also when used as computer-supported learning environments – electronic classrooms – these systems prove useful by offering interactive multi-media teaching possibilities and allowing for location-independent collaborative learning. Commonly, computer-supported real-time collaboration systems are realised using remote desktop technology or are implemented as web applications. However, none of the examined existing commercial and academic solutions were found to support concurrent multi-user interaction in an application-independent manner. When used in low-throughput shared-medium computer networks such as WLANs or cellular networks, most of the investigated systems furthermore do not scale well with an increasing number of users, making them unsuitable for multi-user collaboration of a high number of participants in such environments. For these reasons this work focuses on the design of a collaboration system that supports concurrent multi-user interaction with standard desktop applications and is able to serve a high number of users on low-throughput shared-medium computer networks by making use of multicast data transmission.
    [Show full text]
  • Elektronikentwicklung Unter Linux
    Elektronikentwicklung unter Linux Clifford Wolf Clifford Wolf, 26. September 2010 http://www.clifford.at/ - p. 1 Einführung ● Behandelte Themen ● Unvollständigkeit Schaltungssimulation Leiterplattenentwurf und Schematic Einführung Compiler und Libraries Mathematik Mechanik Clifford Wolf, 26. September 2010 http://www.clifford.at/ - p. 2 Behandelte Themen Einführung ■ Schaltungssimulation ● Behandelte Themen ● Unvollständigkeit Schaltungssimulation ■ Leiterplattenentwurf und Schematic Leiterplattenentwurf und Schematic Compiler und Libraries ■ Compiler fuer embedded CPUs und ausgewaehlte Libraries Mathematik Mechanik ■ Mathematik ■ Mechanik Clifford Wolf, 26. September 2010 http://www.clifford.at/ - p. 3 Unvollständigkeit Einführung ■ Ich kann nur etwas über die Tools erzaehlen die ich selbst ● Behandelte Themen ● Unvollständigkeit verwende. Schaltungssimulation Leiterplattenentwurf und ■ Schematic Für Hinweise und Ergänzungen bin ich jederzeit offen und Compiler und Libraries dankbar. Mathematik Mechanik Clifford Wolf, 26. September 2010 http://www.clifford.at/ - p. 4 Einführung Schaltungssimulation ● QUCS ● GnuCap ● LTspice ● Java Circuit Simulator ● Icarus Verilog ● GTKWave Schaltungssimulation Leiterplattenentwurf und Schematic Compiler und Libraries Mathematik Mechanik Clifford Wolf, 26. September 2010 http://www.clifford.at/ - p. 5 QUCS Einführung http://qucs.sourceforge.net/ Schaltungssimulation ● QUCS ● GnuCap ■ Sehr sauber implementierter Simulator ● LTspice ● Java Circuit Simulator ● Icarus Verilog ● GTKWave ■ Gute GUI für Schematic-Entry
    [Show full text]
  • Kustannustehokkaat Cad, Fem Ja Cam -Ohjelmat Tutkimus Saatavilla Olevista Ohjelmista Tammikuussa 2018
    OULUN YLIOPISTON KERTTU SAALASTI INSTITUUTIN JULKAISUJA 6/2018 Kustannustehokkaat Cad, Fem ja Cam -ohjelmat Tutkimus saatavilla olevista ohjelmista tammikuussa 2018 Terho Iso-Junno Tulevaisuuden tuotantoteknologiat FMT-tutkimusryhmä Terho Iso-Junno KUSTANNUSTEHOKKAAT CAD, FEM JA CAM -OHJELMAT Tutkimus saatavilla olevista ohjelmista tammikuussa 2018 OULUN YLIOPISTO Kerttu Saalasti Instituutin julkaisuja Tulevaisuuden tuotantoteknologiat (FMT) -tutkimusryhmä ISBN 978-952-62-2018-5 (painettu) ISBN 978-952-62-2019-2 (elektroninen) ISSN 2489-3501 (painettu) Terho Iso-Junno Kustannustehokkaat CAD, FEM ja CAM -ohjelmat. Tutkimus saatavilla olevista ohjelmista tammikuussa 2018. Oulun yliopiston Kerttu Saalasti Instituutti, Tulevaisuuden tuotantoteknologiat (FMT) -tutkimusryhmä Oulun yliopiston Kerttu Saalasti Instituutin julkaisuja 6/2018 Nivala Tiivistelmä Nykyaikaisessa tuotteen suunnittelussa ja valmistuksessa tietokoneohjelmat ovat avainasemassa olevia työkaluja. Kaupallisten ohjelmien lisenssihinnat voivat nousta korkeiksi ja olla hankinnan esteenä etenkin aloittelevilla yrityksillä. Tässä tutkimuk- sessa on kartoitettu kustannuksiltaan edullisia CAD, FEM ja CAM -ohjelmia, joita voisi käyttää yritystoiminnassa. CAD-ohjelmien puolella perinteisille 2D CAD-ohjelmille löytyy useita hyviä vaih- toehtoja. LibreCAD ja QCAD ovat helppokäyttöisiä ohjelmia perustason piirtämiseen. Solid Edge 2D Drafting on erittäin monipuolinen täysiverinen 2D CAD, joka perustuu parametriseen piirtämiseen. 3D CAD-ohjelmien puolella tarjonta on tasoltaan vaihtelevaa.
    [Show full text]
  • Ecebuntu - an Innovative and Multi-Purpose Educational Operating System for Electrical and Computer Engineering Undergraduate Courses
    RESEARCH ARTICLE Electrica 2018; 18(2): 210-217 ECEbuntu - An Innovative and Multi-Purpose Educational Operating System for Electrical and Computer Engineering Undergraduate Courses Bilal Wajid1 , Ali Rıza Ekti2 , Mustafa Kamal AlShawaqfeh3 1Department of Electrical Engineering, University of Engineering and Technology, Lahore, Pakistan 2Department of Electrical-Electronics Engineering, Balıkesir University School of Engineering, Balıkesir, Turkey 3School of Electrical Engineering and Information Technology, German Jordanian University, Amman, Jordan Cite this article as: B. Wajid, A. R. Ekti, M. K. AlShawaqfeh, “ECEbuntu - An Innovative and Multi-Purpose Educational Operating System for Electrical and Computer Engineering Undergraduate Courses”, Electrica, vol. 18, no: 2, pp. 210-217, 2018. ABSTRACT ECEbuntu is a free, easily distributable, customized operating system based on Ubuntu 12.04 long term support (LTS) designed for electrical/electronic and computer engineering (ECE) students. ECEbuntu is aimed at universities and students as it represents a cohesive environment integrating more than 30 pre-installed software and packages all catering to undergraduate coursework offered in ECE and Computer Science (CS) programs. ECEbuntu supports a wide range of tools for programming, circuit analysis, printed circuit board design, mathematical and numerical analysis, network analysis, and RF and microwave transmitter design. ECEbuntu is free and effective alternative to the existing costly and copyrighted software packages. ECEbuntu attempts
    [Show full text]
  • Freecad a Manual.Pdf
    Table of Contents Introduction 1.1 Discovering FreeCAD 1.2 What is FreeCAD? 1.2.1 Installing 1.2.2 Installing on Windows 1.2.2.1 Installing on Linux 1.2.2.2 Installing on Mac OS 1.2.2.3 Uninstalling 1.2.2.4 Setting basic preferences 1.2.2.5 Installing additional content 1.2.2.6 The FreeCAD interface 1.2.3 Workbenches 1.2.3.1 The interface 1.2.3.2 Customizing the interface 1.2.3.3 Navigating in the 3D view 1.2.4 A word about the 3D space 1.2.4.1 The FreeCAD 3D view 1.2.4.2 Selecting objects 1.2.4.3 The FreeCAD document 1.2.5 Parametric objects 1.2.6 Import and export to other filetypes 1.2.7 Working with FreeCAD 1.3 All workbenches at a glance 1.3.1 Traditional modeling, the CSG way 1.3.2 Traditional 2D drafting 1.3.3 Modeling for product design 1.3.4 Preparing models for 3D printing 1.3.5 Exporting to slicers 1.3.5.1 Converting objects to meshes 1.3.5.2 Using Slic3r 1.3.5.3 2 Using the Cura addon 1.3.5.4 Generating G-code 1.3.5.5 Generating 2D drawings 1.3.6 BIM modeling 1.3.7 Using spreadsheets 1.3.8 Reading properties 1.3.8.1 Writing properties 1.3.8.2 Creating FEM analyses 1.3.9 Creating renderings 1.3.10 Python scripting 1.4 A gentle introduction 1.4.1 Writing Python code 1.4.1.1 Manipulating FreeCAD objects 1.4.1.2 Vectors and Placements 1.4.1.3 Creating and manipulating geometry 1.4.2 Creating parametric objects 1.4.3 Creating interface tools 1.4.4 The community 1.5 3 Introduction A FreeCAD manual Note: The manual has been moved to the official FreeCAD wiki which is now its new home.
    [Show full text]
  • Download Article
    Advances in Computer Science Research (ACRS), volume 54 International Conference on Computer Networks and Communication Technology (CNCT2016) Research and Implementation of RDP Proxy Proxy-based Audit System 1 2, 3 Xiao-Liang ZHANG , Xiao-Yu WU and Wu-Xia ZHANG 1,2,3 School of Computer Science and Technology North China Electric Power University Beijing, China [email protected] Keywords: RDP protocol, The agency agreement, The audit system, The operation playback, Security. Abstract. Using the Windows RDP protocol developed by Microsoft Inc to connect and operate the remote machines which base on the same system become a trend. However, the RDP has caused many security problems. It is necessary to design and implement a audit system to ensure the system’s security and guarantee the machines run correctly. It points out improper methods than before and accomplishes the RDP proxy proxy-based audit system to solve the problems. Introduction The expansion of Business Scale have a influence on the working place and implementation in the different workplaces. The operator operate the remote servers in accordance with RDP protocol. RDP provides a graphical interface to help the maintain staffs interact with the remote server system. In comparison to the former, the operations become easier and the efficiency of workers' operation become better[1]. Using the remote desktop client we can connect any server that support the remote control and can decrease the workload. Remote desktop procedure just convey the information of the user’s mouse, keyboard and other device to the remote server system and never involved in the data processing, so that the level of hardware requirements commonly.
    [Show full text]
  • Where to Download Free Versions of Sketchup Sketchup Make for Windows
    where to download free versions of sketchup SketchUp Make for Windows. SketchUp is a great solution for cheap and even free 3D modelling that’s easy to learn. Creations can quickly be uploaded to Google Earth for the world to see. Simpler without jargon. With a welcome lack of jargon and other technical terms, SketchUp Make provides a great environment for working with 3D modelling. Buildings are especially simple to design as this is one of the main functions of the application, and why it syncs to Google Earth. Easy model creation means it’s easier than ever for you to get into this great art style. The software has an intuitive interface, making it a simple task to discover the creations of others. This is a great way to get inspired and see the limitations of SketchUp. Once you’ve created a masterpiece or perfected a design, sharing it with the world only takes a few extra clicks. SketchUp quickly syncs with Google Earth and lets you upload creations with ease. But, in the free version, you don’t get access to all the features. You’ll need to pay if you want access to exporting files for CAD. With the paid version you’ll be able to add text and images to your creations, fully fleshing out your 3D model in the process. In general, this software doesn’t have as many fancy features as Maya or Blender, but it’s easier to use from the get-go. Each of these three operates in different ways, SketchUp is suited more to building design.
    [Show full text]
  • Análisis Comparativo De Herramientas Computacionales CAD Basado En Versión Libre Con Programas Comerciales
    UNIVERSIDAD DE CARABOBO FACULTAD DE INGENIERÍA ESCUELA DE INGENIERÍA MECÁNICA Análisis comparativo de herramientas computacionales CAD basado en versión libre con programas comerciales Tutor Académico: Autor: Prof. Víctor Carrera Br.Mayela Espinoza Naguanagua, marzo de 2015 UNIVERSIDAD DE CARABOBO FACULTAD DE INGENIERÍA ESCUELA DE INGENIERÍA MECÁNICA Análisis comparativo de herramientas computacionales CAD basado en versión libre con programas comerciales Trabajo Especial de Grado presentado ante la ilustre Universidad de Carabobo para optar al título de Ingeniero Mecánico Tutor Académico: Autor: Prof. Víctor Carrera Br. Mayela Espinoza Naguanagua, marzo de 2015 UNIVERSIDAD DE CARABOBO FACULTAD DE INGENIERÍA ESCUELA DE INGENIERÍA MECÁNICA CERTIFICADO DE APROBACIÓN Quienes suscriben, miembros del Jurado designado por el Consejo de Escuela de Ingeniería Mecánica para examinar la Tesis de Pre-grado titulada “Análisis comparati- vo de herramientas computacionales CAD basado en versión libre con programas comerciales”, presentada por la bachiller Mayela Espinoza, titular de la Cédula de Identidad Nº: 24.327.395; hacemos constar que hemos revisado y aprobado el mencio- nado trabajo. Prof. Ing. Víctor Carrera Prof. Giovanni Pizzella Prof. Ramón Sanchez Naguanagua, marzo de 2015 Agradecimientos Le agradezco a Dios por cada una de sus bendiciones, por mi familia, por las opor- tunidades que me ha dado y por todas las enseñanzas de vida durante la realización de este trabajo de grado. Gracias a mis padres, Morelba y Pastor, por su amor infinito que sustenta mi vida. Siempre a mi lado con sus bendiciones, plenos de experiencia, guiándome con sus sabios consejos y mantienen mi deseo de alcanzar nuevas metas.A mi hermano Pastor Francisco, gracias por sus puntos de vista, que al contrastarlos con los míos me permitió la generación de nuevas ideas.
    [Show full text]