Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 590
» Latest member: hussein57728
» Forum threads: 555
» Forum posts: 2,851

Full Statistics

Latest Threads
netFIELD Compact Gateway ...
Forum: Hardware
Last Post: DSongra
February-27th-2023, 08:38 AM
» Replies: 10
» Views: 3,274
Forum is becoming read-on...
Forum: News
Last Post: Armin@netPI
February-19th-2023, 05:04 PM
» Replies: 0
» Views: 1,235
NIOT-E-NPIX-RS485
Forum: Software
Last Post: Armin@netPI
January-21st-2023, 05:20 PM
» Replies: 6
» Views: 4,440
netPI device series is di...
Forum: News
Last Post: Armin@netPI
January-21st-2023, 08:34 AM
» Replies: 0
» Views: 857
Forum "netHAT" is being c...
Forum: News
Last Post: Armin@netPI
December-21st-2022, 01:17 PM
» Replies: 0
» Views: 914
netFIELD Compact Gateway ...
Forum: Software
Last Post: Armin@netPI
December-20th-2022, 10:34 AM
» Replies: 1
» Views: 3,303
netPI not found in networ...
Forum: Hardware
Last Post: Armin@netPI
December-13th-2022, 11:40 PM
» Replies: 1
» Views: 3,453
Proxy Settings
Forum: Software
Last Post: Armin@netPI
December-5th-2022, 06:21 PM
» Replies: 9
» Views: 7,097
Node Red configuration
Forum: Software
Last Post: Armin@netPI
November-30th-2022, 05:14 PM
» Replies: 3
» Views: 1,776
443 port issue
Forum: Software
Last Post: LucioFiam
November-21st-2022, 05:39 PM
» Replies: 5
» Views: 2,291

 
  [SOLVED] Use netPi as a FTP server
Posted by: martech - October-18th-2018, 08:34 AM - Forum: Software - Replies (1)

Hello community,

I would like to execute the following task on the netPi:

I've currently a sensor which I can configure to use an ftp server, so that it could post sensor data to the defined ftp server.
Now I would like to configure the netPi as a FTP server, but I don't know how to do this via the web UI.

Furthermore, I would like to run a container providing a web interface visualizing the data on the internal FTP server.
Is there anyone who could help me with the ftp server installation and data access?

Thank you for your help.


  [UPDATE] November (Now Dec.) Software release coming
Posted by: Armin@netPI - October-17th-2018, 04:27 PM - Forum: News - No Replies

Here are some informations about the planned software release coming in november:


  • [2018-17-11] Updated Linux kernel from 4.9.x to 4.14.x. The original Raspberry Linux OS uses the same kernel version now and we want to keep pace with the latest up to date sources
  • [2018-17-11] Include portainer 1.19.x instead of 1.12.14. How it will look like can be tried here already.
  • [2018-17-11] User and role management of netPI's web interface now fully independent of portainer's own user and role management. This allows a better separation between administrator users responsible for the basic hardware and the common docker/portainer users
  • [2018-17-11] Possibility to shift away netPI's occupied HTTP/S ports 80 and 443 to any other port. This allows containers to take over those ports for own web applications listening on port 80/443.
  • [2018-18-11] Removing Linux RT-Patch from Linux 4.14.x due to this problem
  • [2018-18-11] Setting the system time setting to NTP by default with NTP servers 0,1,2,3.pool.ntp.org preconfigured. This makes initial commission much easier, cause if connectivity to the NTP servers is possible, then netPI's system time gets synchronous to Docker Hub's system time and certificates are no longer deemed to be expired preventing loading images.


... all information is supplied without guarantee. But what I have seen so far is very promising.

[UPDATE]: The release is shifted to december unfortunately.


  [INFO] CAN bus support for netPI
Posted by: lbruder - October-16th-2018, 01:02 PM - Forum: Hardware - Replies (4)

Can the netPi be connected to a CAN bus? I'd like to collect data from the bus and send it to an IoT server, and the netPi would be perfect -- if it can access the bus, that is. Haven't found anything on the net so far, apart from a video showing the CANopen logo for a few seconds in an overview image...


Photo [SOLVED] netPI Access Problem
Posted by: Rahulsagar - October-12th-2018, 01:37 PM - Forum: Hardware - Replies (5)

Hello all,

We are having a NetPi with model number NIOT-E-NPI3-51-EN-RE with which we are facing a problem to access. We tried connecting the device from browser using its Host Name, Using Windows explorer as well. When we tried accessing the device using a web browser we got the error  "The site can't be reached". When we check for devices in windows explorer, this device is not visible as well. The NS status LED on the device is glowing RED constantly. We checked the definition for this status in the user manual which states that "Duplicate IP: The device has detected that its IP address is already in use". This is a brand new device and we didn't modify any of its settings and are unable to figure out the reason behind the problem. Kindly help me out of this issue because I am very new to this product. Thanks in advance. 


  [SOLVED] install ssh service to running container
Posted by: paubau - October-12th-2018, 11:52 AM - Forum: Software - Replies (2)

hello, 
is there a way to install an ssh service to a running container?
I tried to add 

Quote:        apt-get install -y git openssh-server \
   && echo
'root:root' | chpasswd \
   && sed -i
's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config \
   && sed
's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd \
   && mkdir /var/run/sshd \

manually to the installed nodered-fieldbus container and didnt get any errors 
but when trying to connect via putty, it says connection denied..
how to add ssh server correctly?

**i also published the port 22 when setting up the container


  [SOLVED] Private Registry with self signed certifcate and basic auth
Posted by: Jonas.Sellmann@outlook.de - October-8th-2018, 11:28 AM - Forum: Software - Replies (3)

Hello,

is there a chance to pull images from a private registry with self signed certificate and basic authentication?


Thanks in advance,

Jonas


  System Software V1.1.3.0RC3 followed by official V1.1.3.0 now!
Posted by: Armin@netPI - September-26th-2018, 06:28 AM - Forum: News - No Replies

Dear Community,

after makeing the Release Candidate Version RC3 of V1.1.3.0 public a month ago to get Public Key Infrastructure(PKI) available for supporting own local registry servers faster, we have now published the very official version V1.1.3.0.

For all those having V1.1.3.0RC3 already in use ... the changes to V1.1.3.0 are marginal: Only the "Public Key Infrastructure(PKI)" dialog has been updated to the latest version and texts have been change slightly.

Regards
Armin

[url=https://forum.hilscher.com/Thread-System-Software-V1-1-3-0RC3-out-now][/url]


  [SOLVED] nodered : flows_localhost deleted after creating an image from container
Posted by: paubau - September-20th-2018, 03:03 PM - Forum: Software - Replies (6)

hello,

i recently get an issue after creating a safe image from my nodered container.
First, when creating the image, an error appears but later the image was created as expected.
Then, when i want to deploy something in nodered, another error pop up, saying a file is missing..
I looked into the folder and cant even create a new file from the backup file.

I dont know when this started, but at the beginning everything worked good..
Thats not a really big problem because i safed the flows to clipboard, but i wonder if somebody can tell me the reason.

Best regards,

Paul



Attached Files Thumbnail(s)
       

  Remote Access
Posted by: Jonas.Sellmann@outlook.de - September-19th-2018, 06:46 AM - Forum: Software - Replies (12)

Hello,

in an other thread I already asked, if it's possible to restart the netPi from remote (Resart/Access NetPi from Remote).

Now the same thing happened with an other netPi. Is there still no chance to restart the netPi from remote access?


Thanks in advance,

Jonas 


  [SOLVED] Bluetooth Functions
Posted by: Jonas.Sellmann@outlook.de - September-14th-2018, 10:46 AM - Forum: Software - Replies (4)

Hello,

I have two different questions to the bluetooth functions:

1: Is there an option to get the bluetooth module of the host system, without restarting the netPI?

2: Do you know how many devices can be connected simultaneously to a container in the netPI?


Thanks in advance,

Jonas