<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yokogawa-Sanath</title>
    <description>The latest articles on DEV Community by Yokogawa-Sanath (@yokogawasanath).</description>
    <link>https://dev.to/yokogawasanath</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F568866%2F6b590975-a22b-40c5-bd25-b6af66ebdd62.png</url>
      <title>DEV Community: Yokogawa-Sanath</title>
      <link>https://dev.to/yokogawasanath</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yokogawasanath"/>
    <language>en</language>
    <item>
      <title>Communication with e-RT3 Plus (remote)</title>
      <dc:creator>Yokogawa-Sanath</dc:creator>
      <pubDate>Wed, 03 Mar 2021 12:18:11 +0000</pubDate>
      <link>https://dev.to/yokogawa-yts_india/communication-with-e-rt3-plus-remote-2014</link>
      <guid>https://dev.to/yokogawa-yts_india/communication-with-e-rt3-plus-remote-2014</guid>
      <description>&lt;h2&gt;
  
  
  Connecting to e-RT3 Plus from browser
&lt;/h2&gt;

&lt;p&gt;The browser based connection allows the user to perform limited tasks like monitoring the device and CPU settings.&lt;/p&gt;




&lt;h2&gt;
  
  
  Establishing browser based connection by e-RT3 Plus
&lt;/h2&gt;

&lt;p&gt;In order to establish a browser based connection, the user must be aware of the IP address and should belong to same network.&lt;/p&gt;

&lt;h3&gt;
  
  
  Steps
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Make sure you belong to the same network as the device.&lt;/li&gt;
&lt;li&gt;Type in the IP address of e-RT3. (By default, 192.168.3.72). It opens the website which looks like the following image.&lt;/li&gt;
&lt;li&gt;Now the user can perform tasks like monitoring the device and CPU setting&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7gbhuxhirl1a8i274jdf.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7gbhuxhirl1a8i274jdf.PNG" alt="home" width="763" height="401"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is how the user can access the device through a browser&lt;/p&gt;




&lt;h2&gt;
  
  
  Communicating  with e-RT3 Plus by SSH
&lt;/h2&gt;

&lt;p&gt;With the help of SSH connection, user can perform many tasks. But in order to connect by SSH, user needs to have PuTTY installed in their system and should be aware of the IP address and the login credentials of the device.&lt;/p&gt;




&lt;h3&gt;
  
  
  Establishing SSH connection to e-RT3 Plus
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Steps
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Make sure you belong to same network as device.&lt;/li&gt;
&lt;li&gt;Open PuTTY and type in the IP address of e-RT3. (By default, 192.168.3.72) and hit enter.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg7hr4w9ilwl2bt0t6o08.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg7hr4w9ilwl2bt0t6o08.png" alt="ip" width="441" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;When establishing connection for the first time, the PuTTY Security Alert dialog is displayed. Click “Yes” to continue.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkw87z30zn2fjlj6uwijg.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkw87z30zn2fjlj6uwijg.PNG" alt="security" width="414" height="265"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Now it will ask for user id and password. Enter the user id and password. But only normal user can access e-RT3 Plus with SSH with the default settings.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu5ijpo23gs9n3lo080fn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu5ijpo23gs9n3lo080fn.png" alt="login" width="646" height="409"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Now the user is good to perform different tasks.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;User can perform tasks like &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;adding new user (only with root access),&lt;/li&gt;
&lt;li&gt;deleting user (only with root access),&lt;/li&gt;
&lt;li&gt;changing password (only with root access),&lt;/li&gt;
&lt;li&gt;installing applications (only with root access),&lt;/li&gt;
&lt;li&gt;updating the applications (only with root access),&lt;/li&gt;
&lt;li&gt;create new folders,&lt;/li&gt;
&lt;li&gt;deleting the folders,&lt;/li&gt;
&lt;li&gt;copying a file,&lt;/li&gt;
&lt;li&gt;moving a file, etc. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The SSH connection provides the safest communication between the user and the device and it is most preferred by developers. The browser based connection has limited tasks that can be performed. But both connections let the user to connect to e-RT3 Plus easily.&lt;/p&gt;




</description>
      <category>ert3</category>
      <category>ssh</category>
    </item>
  </channel>
</rss>
